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

Function configGet

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

Source from the content-addressed store, hash-verified

321 calls.updateRef.push(options);
322 },
323 async configGet(options) {
324 calls.configGet.push(options);
325 return fakes.configGet?.();
326 },
327 async configSet(options) {
328 calls.configSet.push(options);
329 },

Callers

nothing calls this directly

Calls 2

configGetMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected