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

Method deleteBranch

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

Source from the content-addressed store, hash-verified

17 force?: boolean;
18 }): Promise<void>;
19 deleteBranch(args: { fs: object; dir: string; ref: string }): Promise<void>;
20 listBranches(args: { fs: object; dir: string }): Promise<string[]>;
21 tag(args: {
22 fs: object;

Callers 1

branchDeleteWithFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected