Expand description
Relation extraction helpers for the C++ plugin.
No new semantics here. New behaviour must go via sqry_core::graph::GraphBuilder and the language-specific *GraphBuilder (see this module’s export) to build CodeGraph.
Re-exports§
pub use graph_builder::CppGraphBuilder;
Modules§
- graph_
builder - Cpp
GraphBuilderimplementation for code graph construction. - queries
- Tree-sitter queries for C++ code analysis.