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

Function push

packages/computer/src/git/index.ts:575–583  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

573 });
574 },
575 async push(options = {}) {
576 return pushWith({
577 ...options,
578 fs: await fs(),
579 git: await loadGit<IsomorphicGitNetworkClient>(),
580 http: await loadHttp(),
581 cache,
582 });
583 },
584 async pull(options = {}) {
585 return pullWith({
586 ...options,

Callers

nothing calls this directly

Calls 3

pushWithFunction · 0.85
loadHttpFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected