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

Function getRuntimeChangedFiles

projects/electron/src/modules/code/git.ts:2322–2324  ·  view source on GitHub ↗
(params: GetChangedFilesParams)

Source from the content-addressed store, hash-verified

2320}
2321
2322export async function getRuntimeChangedFiles(params: GetChangedFilesParams): Promise<GetChangedFilesResponse> {
2323 return handleGetChangedFiles(params)
2324}
2325
2326export async function deleteRuntimeWorkTree(params: DeleteWorkTreeParams): Promise<DeleteWorkTreeResponse> {
2327 return handleDeleteWorkTree(params)

Callers 1

buildSnapshotPatchFunction · 0.90

Calls 1

handleGetChangedFilesFunction · 0.85

Tested by

no test coverage detected