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

Function branchList

packages/computer/src/git/cli.test.ts:265–268  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

263 calls.branchDelete.push(options);
264 },
265 async branchList(options = {}) {
266 calls.branchList.push(options);
267 return fakes.branchList?.() ?? [];
268 },
269 async tag(options) {
270 calls.tag.push(options);
271 },

Callers

nothing calls this directly

Calls 2

branchListMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected