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

Method statusMatrix

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

Source from the content-addressed store, hash-verified

25export interface IsomorphicGitDiffClient {
26 resolveRef(args: { fs: object; dir: string; ref: string }): Promise<string>;
27 statusMatrix(args: {
28 fs: object;
29 dir: string;
30 ref?: string;

Callers 3

collectDiffEntriesFunction · 0.65
statusOfFunction · 0.65
statusOfFunction · 0.65

Calls

no outgoing calls

Tested by 2

statusOfFunction · 0.52
statusOfFunction · 0.52