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

Function getRuntimeFilePair

projects/electron/src/modules/code/git.ts:2358–2360  ·  view source on GitHub ↗
(params: GetFilePairParams)

Source from the content-addressed store, hash-verified

2356}
2357
2358export async function getRuntimeFilePair(params: GetFilePairParams): Promise<GetFilePairResponse> {
2359 return handleGetFilePair(params)
2360}
2361
2362export async function getRuntimeWorktreeFilePatch(params: GetWorktreeFilePatchParams): Promise<GetFilePatchResponse> {
2363 return handleGetWorktreeFilePatch(params)

Callers

nothing calls this directly

Calls 1

handleGetFilePairFunction · 0.85

Tested by

no test coverage detected