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

Method listFiles

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

Source from the content-addressed store, hash-verified

38 cache?: object;
39 }): Promise<{ blob: Uint8Array; oid: string }>;
40 listFiles?(args: { fs: object; dir: string; ref?: string }): Promise<string[]>;
41}
42
43/** Signature compatible with the `diff` package's `createPatch`. */

Callers 1

listFilesAtFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected