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

Function getOrCreateRuntimeWorkTree

projects/electron/src/modules/code/git.ts:2290–2292  ·  view source on GitHub ↗
(params: GetOrCreateWorkTreeParams)

Source from the content-addressed store, hash-verified

2288}
2289
2290export async function getOrCreateRuntimeWorkTree(params: GetOrCreateWorkTreeParams): Promise<GetOrCreateWorkTreeResponse> {
2291 return handleGetOrCreateWorkTree(params)
2292}
2293
2294export async function getRuntimeWorkTreeDiffPatch(params: WorkTreeDiffPatchParams): Promise<WorkTreeDiffPatchResponse> {
2295 return handleWorkTreeDiffPatch(params)

Callers 1

createTaskEnvironmentFunction · 0.90

Calls 1

Tested by

no test coverage detected