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

Function getRuntimeCommitFilePatch

projects/electron/src/modules/code/git.ts:2366–2368  ·  view source on GitHub ↗
(params: GetCommitFilePatchParams)

Source from the content-addressed store, hash-verified

2364}
2365
2366export async function getRuntimeCommitFilePatch(params: GetCommitFilePatchParams): Promise<GetFilePatchResponse> {
2367 return handleGetCommitFilePatch(params)
2368}
2369
2370export async function getRuntimeCommitFiles(params: GetCommitFilesParams): Promise<GetCommitFilesResponse> {
2371 return handleGetCommitFiles(params)

Callers

nothing calls this directly

Calls 1

handleGetCommitFilePatchFunction · 0.85

Tested by

no test coverage detected