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

Function isInitialized

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

Source from the content-addressed store, hash-verified

9}
10
11export async function isInitialized(): Promise<boolean> {
12 const dir = await getDevCtxDir();
13 return fs.existsSync(dir);
14}
15
16export async function saveContext(entry: ContextEntry): Promise<string> {
17 const dir = await getDevCtxDir();

Callers 11

mcp-server.tsFile · 0.90
configCommandFunction · 0.90
compressCommandFunction · 0.90
watchCommandFunction · 0.90
diffCommandFunction · 0.90
resumeCommandFunction · 0.90
saveCommandFunction · 0.90
summarizeCommandFunction · 0.90
suggestCommandFunction · 0.90
logCommandFunction · 0.90
handoffCommandFunction · 0.90

Calls 1

getDevCtxDirFunction · 0.85

Tested by

no test coverage detected