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

Function getRuntimeWorkTreeDiffPatch

projects/electron/src/modules/code/git.ts:2294–2296  ·  view source on GitHub ↗
(params: WorkTreeDiffPatchParams)

Source from the content-addressed store, hash-verified

2292}
2293
2294export async function getRuntimeWorkTreeDiffPatch(params: WorkTreeDiffPatchParams): Promise<WorkTreeDiffPatchResponse> {
2295 return handleWorkTreeDiffPatch(params)
2296}
2297
2298export async function getRuntimeMergeBase(params: GetMergeBaseParams): Promise<GetMergeBaseResponse> {
2299 return handleGetMergeBase(params)

Callers

nothing calls this directly

Calls 1

handleWorkTreeDiffPatchFunction · 0.85

Tested by

no test coverage detected