Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
path from
"node:path"
;
2
3
export
function
repoRoot(): string {
4
return
path.resolve(
import
.meta.dirname,
"../.."
);
5
}
Callers
15
writeSelfHealJob
Function · 0.70
postSelfHealStatus
Function · 0.70
dispatchRepair
Function · 0.70
ledgerPath
Function · 0.70
writeReports
Function · 0.70
main
Function · 0.70
writeRepairSquashMergeBody
Function · 0.70
readText
Function · 0.70
parseJob
Function · 0.70
renderPrompt
Function · 0.70
makeRunDir
Function · 0.70
ghText
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected