MCPcopy Create free account
hub / github.com/IAmUnbounded/devctx / getDevCtxDir

Function getDevCtxDir

devctx/src/core/context.ts:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { getRepoRoot } from "./git";
5
6export async function getDevCtxDir(): Promise<string> {
7 const root = await getRepoRoot();
8 return path.join(root, ".devctx");
9}
10
11export async function isInitialized(): Promise<boolean> {
12 const dir = await getDevCtxDir();

Callers 9

loadConfigFunction · 0.90
saveConfigFunction · 0.90
compressCommandFunction · 0.90
watchCommandFunction · 0.90
isInitializedFunction · 0.85
saveContextFunction · 0.85
loadBranchContextFunction · 0.85
loadAllSessionsFunction · 0.85
syncBranchContextFunction · 0.85

Calls 1

getRepoRootFunction · 0.90

Tested by

no test coverage detected