aaaayush-n

Results 6 issues of aaaayush-n

**Description of the issue** Why does query execution take such a long time? It takes a few seconds on average for some of the complex queries What are the ways...

question
awaiting-response

**Description of the issue** I want to write a predicate similar to getEnclosingFunction() for `TypeDecl`s and `ParameterOrResultDecl`s. The problem I am facing is i want to limit my search of...

question
awaiting-response

**Description of the issue** I want to write a query to find the nested structs in an struct in Golang. Let's say my struct is something like: ``` type SomeStruct...

question

**Description of the issue** Hello, I am using the codeql using VSCode extension. I want to generate AST for a particular file but it just won't show me the AST....

question
Go

Is there a way to write parameterized queries? Say I my query is something like: ``` from string methodName, MethodDecl method where methodName="MyFunc1" and method.getName()=methodName select method,"FaultyMethod" ``` Now I...

question

I want to know if it is possible to run queries using `query run` using gpu along with cpu, right now all my query runs run only on cpu. My...

question