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

Function updateRef

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

Source from the content-addressed store, hash-verified

637 });
638 },
639 async updateRef(options) {
640 return updateRefWith({
641 ...options,
642 fs: await fs(),
643 git: await loadGit<IsomorphicGitPlumbingClient>(),
644 });
645 },
646 async configGet(options) {
647 return configGetWith({
648 ...options,

Callers

nothing calls this directly

Calls 2

updateRefWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected