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

Function gitPushInfo

src/lib/api.ts:1284–1286  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

1282}
1283
1284export async function gitPushInfo(path: string): Promise<GitPushInfo> {
1285 return getTransport().call("git_push_info", { path })
1286}
1287
1288export async function gitPush(
1289 path: string,

Callers 1

PushWorkspaceFunction · 0.90

Calls 2

getTransportFunction · 0.90
callMethod · 0.65

Tested by

no test coverage detected