You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ast is used to return the call graph for each file. tree-sitter is used to return the ast of each function. This looks redundant, we should stick to only one of the libraries.