mirror of
https://github.com/github/semantic.git
synced 2025-01-07 16:07:28 +03:00
Add callGraphPythonProject
Co-Authored-By: Rob Rix <rob.rix@github.com>
This commit is contained in:
parent
c505b53898
commit
78c0344967
@ -93,6 +93,7 @@ callGraphProject parser proxy opts paths = runTaskWithOptions opts $ do
|
||||
evaluatePythonProject = justEvaluating <=< evaluatePythonProjects (Proxy @'Language.Python) pythonParser Language.Python
|
||||
|
||||
callGraphRubyProject = callGraphProject rubyParser (Proxy @'Language.Ruby) debugOptions
|
||||
callGraphPythonProject = callGraphProject pythonParser (Proxy @'Language.Python) debugOptions
|
||||
|
||||
-- Evaluate a project consisting of the listed paths.
|
||||
evaluateProject proxy parser paths = withOptions debugOptions $ \ config logger statter ->
|
||||
|
Loading…
Reference in New Issue
Block a user