MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / pathExists

Function pathExists

apps/vis/server/src/lib/session-store.ts:369–371  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

367}
368
369async function pathExists(p: string): Promise<boolean> {
370 try { await stat(p); return true; } catch { return false; }
371}

Callers 5

readImportedDetailFunction · 0.70
discoverAgentsFromDiskFunction · 0.70
tryReadSummaryFunction · 0.70
inventoryAgentsFunction · 0.70
findSessionDirFunction · 0.70

Calls 1

statFunction · 0.50

Tested by

no test coverage detected