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

Function add

packages/computer/src/git/cli.test.ts:212–214  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

210 return fakes.status?.() ?? [];
211 },
212 async add(options) {
213 calls.add.push(options);
214 },
215 async rm(options) {
216 calls.rm.push(options);
217 },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected