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

Function getRuntimeFileAtTreeish

projects/electron/src/modules/code/git.ts:2354–2356  ·  view source on GitHub ↗
(params: GetFileAtTreeishParams)

Source from the content-addressed store, hash-verified

2352}
2353
2354export async function getRuntimeFileAtTreeish(params: GetFileAtTreeishParams): Promise<GetFileAtTreeishResponse> {
2355 return handleGetFileAtTreeish(params)
2356}
2357
2358export async function getRuntimeFilePair(params: GetFilePairParams): Promise<GetFilePairResponse> {
2359 return handleGetFilePair(params)

Callers

nothing calls this directly

Calls 1

handleGetFileAtTreeishFunction · 0.85

Tested by

no test coverage detected