MCPcopy
hub / github.com/xintaofei/codeg / deleteFileTreeEntry

Function deleteFileTreeEntry

src/lib/api.ts:2772–2777  ·  view source on GitHub ↗
(
  rootPath: string,
  path: string
)

Source from the content-addressed store, hash-verified

2770}
2771
2772export async function deleteFileTreeEntry(
2773 rootPath: string,
2774 path: string
2775): Promise<void> {
2776 return getTransport().call("delete_file_tree_entry", { rootPath, path })
2777}
2778
2779export async function createFileTreeEntry(
2780 rootPath: string,

Callers 3

GitChangesTabFunction · 0.90
CommitWorkspaceFunction · 0.90
FileTreeTabFunction · 0.90

Calls 2

getTransportFunction · 0.90
callMethod · 0.65

Tested by

no test coverage detected