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

Function configSet

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

Source from the content-addressed store, hash-verified

651 });
652 },
653 async configSet(options) {
654 return configSetWith({
655 ...options,
656 fs: await fs(),
657 git: await loadGit<IsomorphicGitPlumbingClient>(),
658 });
659 },
660 async stashPush(options = {}) {
661 return stashPushWith({
662 ...options,

Callers

nothing calls this directly

Calls 2

configSetWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected