MCPcopy Create free account
hub / github.com/cloudflare/computer / resolveRef

Method resolveRef

packages/computer/src/git/reads.ts:60–60  ·  view source on GitHub ↗
(args: { fs: object; dir: string; ref: string })

Source from the content-addressed store, hash-verified

58 };
59 }>;
60 resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>;
61 // isomorphic-git's declared return type is `string | void`
62 // for the detached-HEAD case. The actual runtime value is
63 // `undefined`; we declare it that way to keep the structural

Callers 3

showWithFunction · 0.65
revParseWithFunction · 0.65
lsTreeWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected