ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
680 stars 86 forks source link

Any open API for batch operation to generate function called graphs instead of GUI? #77

Closed FengWu1206 closed 4 years ago

FengWu1206 commented 5 years ago

Is there any open API to generate function called graphs in the backend systems instead of GUI?

ruben2020 commented 5 years ago

Currently there isn't. But this is quite easy to do, especially creating an output of Graphviz DOT files. I'll take this as a feature request. Thank you!

FengWu1206 commented 5 years ago

Thank you for response, any plan of a new version with auto-generate Graphviz DOT files? Your tools are very nice and I want to use it to do some research.

ruben2020 commented 4 years ago

@FengWu1206 This has been added to the develop branch, and will be released soon.