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

Function init

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

Source from the content-addressed store, hash-verified

203 return fakes.diffSummary?.() ?? [];
204 },
205 async init(options = {}) {
206 calls.init.push(options);
207 },
208 async status(options = {}) {
209 calls.status.push(options);
210 return fakes.status?.() ?? [];

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected