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

Method lsTree

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

List one level of a tree (or sub-tree).

(options: GitLsTreeOptions)

Source from the content-addressed store, hash-verified

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. */
264 branch(options: GitBranchOptions): Promise<void>;
265 /** Delete a branch. */

Callers 2

lsTreeFunction · 0.80
runLsTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

lsTreeFunction · 0.64