MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / initRuntimeGit

Function initRuntimeGit

projects/electron/src/modules/code/git.ts:2350–2352  ·  view source on GitHub ↗
(params: InitGitParams)

Source from the content-addressed store, hash-verified

2348}
2349
2350export async function initRuntimeGit(params: InitGitParams): Promise<InitGitResponse> {
2351 return handleInitGit(params)
2352}
2353
2354export async function getRuntimeFileAtTreeish(params: GetFileAtTreeishParams): Promise<GetFileAtTreeishResponse> {
2355 return handleGetFileAtTreeish(params)

Callers

nothing calls this directly

Calls 1

handleInitGitFunction · 0.70

Tested by

no test coverage detected