Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAmUnbounded/devctx
/ getRepoRoot
Function
getRepoRoot
devctx/src/core/git.ts:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
export
async
function
getRepoRoot(): Promise<string> {
41
const
root =
await
git.revparse([
"--show-toplevel"
]);
42
return
root.trim();
43
}
Callers
5
watchCommand
Function · 0.90
hookCommand
Function · 0.90
initCommand
Function · 0.90
shareCommand
Function · 0.90
getDevCtxDir
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected