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

Method listFiles

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

Source from the content-addressed store, hash-verified

64 // shape JS-friendly.
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;

Callers 1

lsFilesWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected