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

Function listRuntimeGitFiles

projects/electron/src/modules/code/git.ts:2310–2312  ·  view source on GitHub ↗
(params: ListFilesParams)

Source from the content-addressed store, hash-verified

2308}
2309
2310export async function listRuntimeGitFiles(params: ListFilesParams): Promise<ListFilesResponse> {
2311 return handleListFiles(params)
2312}
2313
2314export async function resolveRuntimeGitPath(params: ResolvePathParams): Promise<ResolvePathResponse> {
2315 return handleResolvePath(params)

Callers

nothing calls this directly

Calls 1

handleListFilesFunction · 0.85

Tested by

no test coverage detected