Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
369
async
function
pathExists(p: string): Promise<boolean> {
370
try {
await
stat(p);
return
true; } catch {
return
false; }
371
}
Callers
5
readImportedDetail
Function · 0.70
discoverAgentsFromDisk
Function · 0.70
tryReadSummary
Function · 0.70
inventoryAgents
Function · 0.70
findSessionDir
Function · 0.70
Calls
1
stat
Function · 0.50
Tested by
no test coverage detected