ConstThe ids the given queries restrict themselves to; empty if at least one query wants all functions.
The definitions of graph a query answers for: the ones the analyzed code writes, narrowed to
filterFor when it holds anything. One pass, as every inspection query starts with this.
The call graph together with the functions the given queries want to inspect.
Readonlyname: "QueryFunctionFilter"Readonlywritten: (this: void, id: NodeId) => booleanWhether the definition is one the analyzed code writes, as nobody asks about a function they never wrote.
Resolves the function filter shared by the inspection queries (
inspect-*).