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

Method branch

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

Create a branch.

(options: GitBranchOptions)

Source from the content-addressed store, hash-verified

262 lsTree(options: GitLsTreeOptions): Promise<TreeEntryView[]>;
263 /** Create a branch. */
264 branch(options: GitBranchOptions): Promise<void>;
265 /** Delete a branch. */
266 branchDelete(options: GitBranchDeleteOptions): Promise<void>;
267 /** List local branches. */

Callers 2

runBranchFunction · 0.65
createAndSwitchFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected