Skip to main content

Module relations

Module relations 

Source
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 GraphBuilder implementation for code graph construction.
queries
Tree-sitter queries for C++ code analysis.