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

Method lsFiles

packages/computer/src/git/index.ts:260–260  ·  view source on GitHub ↗

List files in the index (or at a given ref).

(options?: GitLsFilesOptions)

Source from the content-addressed store, hash-verified

258 currentBranch(options?: GitCurrentBranchOptions): Promise<string | undefined>;
259 /** List files in the index (or at a given ref). */
260 lsFiles(options?: GitLsFilesOptions): Promise<string[]>;
261 /** List one level of a tree (or sub-tree). */
262 lsTree(options: GitLsTreeOptions): Promise<TreeEntryView[]>;
263 /** Create a branch. */

Callers 2

lsFilesFunction · 0.80
runLsFilesFunction · 0.80

Calls

no outgoing calls

Tested by 1

lsFilesFunction · 0.64