Re-exports§
pub use crate::core::index_paths::graph_match_key;pub use crate::core::index_paths::graph_relative_key;pub use crate::core::index_paths::normalize_project_root;
Structs§
Functions§
- is_
safe_ scan_ root_ public - load_
or_ build - Load the best available graph index, trying multiple root path variants. If no valid index exists, automatically scans the project to build one. This is the primary entry point — ensures zero-config usage.
- purge_
index - Delete the persisted graph-index artifacts for a project so the next scan
rebuilds from scratch. Backs
graph build --force. - scan
- scan_
with_ content_ cache