MCPcopy Index your code
hub / github.com/xintaofei/codeg / gitAddFiles

Function gitAddFiles

src/lib/api.ts:1641–1646  ·  view source on GitHub ↗
(
  path: string,
  files: string[]
)

Source from the content-addressed store, hash-verified

1639}
1640
1641export async function gitAddFiles(
1642 path: string,
1643 files: string[]
1644): Promise<void> {
1645 return getTransport().call("git_add_files", { path, files })
1646}
1647
1648// Window management commands
1649

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