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

Function getRuntimeCommitFiles

projects/electron/src/modules/code/git.ts:2370–2372  ·  view source on GitHub ↗
(params: GetCommitFilesParams)

Source from the content-addressed store, hash-verified

2368}
2369
2370export async function getRuntimeCommitFiles(params: GetCommitFilesParams): Promise<GetCommitFilesResponse> {
2371 return handleGetCommitFiles(params)
2372}
2373
2374/**
2375 * Build hot files cache by analyzing recent commits.

Callers

nothing calls this directly

Calls 1

handleGetCommitFilesFunction · 0.85

Tested by

no test coverage detected