MCPcopy Create free account
hub / github.com/StepfenShawn/kota / ScanCodebaseOutput

Class ScanCodebaseOutput

src/kota_code/tools/scan_codebase.rs:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Serialize, Debug)]
14pub struct ScanCodebaseOutput {
15 pub root_path: String,
16 pub structure: String,
17 pub total_files: usize,
18 pub total_directories: usize,
19}
20
21#[derive(Deserialize, Serialize, Default)]
22pub struct ScanCodebaseTool;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected