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

Function configGet

packages/computer/src/git/index.ts:646–652  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

644 });
645 },
646 async configGet(options) {
647 return configGetWith({
648 ...options,
649 fs: await fs(),
650 git: await loadGit<IsomorphicGitPlumbingClient>(),
651 });
652 },
653 async configSet(options) {
654 return configSetWith({
655 ...options,

Callers

nothing calls this directly

Calls 2

configGetWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected