synwire-agent 0.1.0

Agent runtime implementations for synwire
Documentation
1
2
3
4
5
6
7
//! Dynamic call graph construction via LSP goto-definition.
//!
//! Builds a call graph on-demand by following goto-definition requests.

mod graph;

pub use graph::{CallNode, DynamicCallGraph};