Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get an empty static callgraph for project q #3

Open
SandZn opened this issue Mar 3, 2022 · 0 comments
Open

Get an empty static callgraph for project q #3

SandZn opened this issue Mar 3, 2022 · 0 comments

Comments

@SandZn
Copy link

SandZn commented Mar 3, 2022

Hi authors,

For project q(https://github.com/kriskowal/q), after I generate its static_callgraph.csv, I found this file almost empty, only with one line: "col0","col1". Do you know why it happens?

I know q has no dependencies, but I think there should be a call graph for itself.

One of my guesses is, maybe that's because the code in q.js is wrapped in two round brackets. CodeQL cannot build the graph for code in brackets? I tried to remove the brackets and build the graph again but failed. The code would recover itself to the original(the brackets came back by themselves), and I don't know why that would happen either. 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant