codescout 0.14.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
pub mod cache;
pub mod resolver;
pub mod ts_classifier;

pub use cache::EdgeCache;

pub use resolver::{resolve_one_hop, Direction, Edge, EdgeSource};