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

Function getRuntimeWorktreeFilePatch

projects/electron/src/modules/code/git.ts:2362–2364  ·  view source on GitHub ↗
(params: GetWorktreeFilePatchParams)

Source from the content-addressed store, hash-verified

2360}
2361
2362export async function getRuntimeWorktreeFilePatch(params: GetWorktreeFilePatchParams): Promise<GetFilePatchResponse> {
2363 return handleGetWorktreeFilePatch(params)
2364}
2365
2366export async function getRuntimeCommitFilePatch(params: GetCommitFilePatchParams): Promise<GetFilePatchResponse> {
2367 return handleGetCommitFilePatch(params)

Callers 1

buildSnapshotPatchFunction · 0.90

Calls 1

Tested by

no test coverage detected