MCPcopy
hub / github.com/openclaw/clawsweeper / repoRoot

Function repoRoot

src/repair/paths.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import path from "node:path";
2
3export function repoRoot(): string {
4 return path.resolve(import.meta.dirname, "../..");
5}

Callers 15

writeSelfHealJobFunction · 0.70
postSelfHealStatusFunction · 0.70
dispatchRepairFunction · 0.70
ledgerPathFunction · 0.70
writeReportsFunction · 0.70
mainFunction · 0.70
readTextFunction · 0.70
parseJobFunction · 0.70
renderPromptFunction · 0.70
makeRunDirFunction · 0.70
ghTextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected