MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / removeFile

Method removeFile

src/codegraph/schema.ts:155–157  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

153 }
154
155 removeFile(path: string): void {
156 this.deleteFileByPath.run(path);
157 }
158
159 findSymbolsByName(name: string, kind?: string, limit = 50): Array<SymbolRow & { file_path: string }> {
160 if (kind) {

Callers 1

indexAllMethod · 0.80

Calls 1

runMethod · 0.65

Tested by

no test coverage detected