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

Method resolveRef

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

Source from the content-addressed store, hash-verified

24/** Subset of isomorphic-git's API used to compute a working-tree diff. */
25export interface IsomorphicGitDiffClient {
26 resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>;
27 statusMatrix(args: {
28 fs: object;
29 dir: string;

Callers 6

collectDiffEntriesFunction · 0.65
collectRefToRefFunction · 0.65
plumbing.test.tsFile · 0.65
readHeadFunction · 0.65
refs.test.tsFile · 0.65
worktree.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

readHeadFunction · 0.52