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