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

Function repoRoot

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

Source from the content-addressed store, hash-verified

488 });
489 },
490 async repoRoot(options = {}) {
491 return repoRootWith({ ...options, fs: await fs() });
492 },
493 async currentBranch(options = {}) {
494 return currentBranchWith({
495 ...options,

Callers

nothing calls this directly

Calls 2

repoRootWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected