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

Method branchList

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

List local branches.

(options?: GitBranchListOptions)

Source from the content-addressed store, hash-verified

266 branchDelete(options: GitBranchDeleteOptions): Promise<void>;
267 /** List local branches. */
268 branchList(options?: GitBranchListOptions): Promise<string[]>;
269 /** Create a lightweight tag. */
270 tag(options: GitTagOptions): Promise<void>;
271 /** Delete a tag. */

Callers 2

branchListFunction · 0.80
runBranchFunction · 0.80

Calls

no outgoing calls

Tested by 1

branchListFunction · 0.64