MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / FileSymbolInfo

Class FileSymbolInfo

server/src/ops/structure.rs:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37#[derive(Debug, Serialize)]
38pub struct FileSymbolInfo {
39 pub file: String,
40 pub symbols: Vec<SymbolSummary>,
41}
42
43#[derive(Debug, Serialize)]
44pub struct SymbolSummary {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected