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

Class StructureQuery

server/src/server/routes.rs:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266#[derive(Deserialize)]
267struct StructureQuery {
268 depth: Option<usize>,
269 /// Level-of-detail: 0=tree only, 1=+symbols, 2=+signatures, 3=+source
270 detail: Option<u8>,
271}
272
273async fn get_structure(
274 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected