MCPcopy Index your code
hub / github.com/SunHuawei/SourceDetector / CodeTreeFileInput

Interface CodeTreeFileInput

src/pages/desktop/sourceCodeTree.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type CodeTreeNodeType = 'directory' | 'file';
2
3export interface CodeTreeFileInput {
4 path: string;
5 content: string;
6}
7
8export interface CodeTreeNode {
9 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected