MCPcopy
hub / github.com/steipete/oracle / metaPath

Function metaPath

src/sessionManager.ts:171–173  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

169}
170
171function metaPath(id: string): string {
172 return path.join(sessionDir(id), 'session.json');
173}
174
175function logPath(id: string): string {
176 return path.join(sessionDir(id), 'output.log');

Callers 5

initializeSessionFunction · 0.85
readSessionMetadataFunction · 0.85
updateSessionMetadataFunction · 0.85
getSessionPathsFunction · 0.85
markZombieFunction · 0.85

Calls 1

sessionDirFunction · 0.85

Tested by

no test coverage detected