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

Method readTree

packages/computer/src/git/reads.ts:67–67  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    oid: string;
    filepath?: string;
    cache?: object;
  })

Source from the content-addressed store, hash-verified

65 currentBranch(args: { fs: object; dir: string; fullname?: boolean }): Promise<string | undefined>;
66 listFiles(args: { fs: object; dir: string; ref?: string; cache?: object }): Promise<string[]>;
67 readTree(args: {
68 fs: object;
69 dir: string;
70 oid: string;

Callers 1

lsTreeWithFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected