Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ sessionPath
Function
sessionPath
packages/server/sessions.ts:35–37 ·
view source on GitHub ↗
(pid: number)
Source
from the content-addressed store, hash-verified
33
}
34
35
function
sessionPath(pid: number): string {
36
return
join(getSessionsDir(), `${pid}.json`);
37
}
38
39
/**
40
* Check
if
a process is still alive.
Callers
2
registerSession
Function · 0.85
unregisterSession
Function · 0.85
Calls
1
getSessionsDir
Function · 0.85
Tested by
no test coverage detected