MCPcopy Create free account
hub / github.com/Noumena-Network/code / getSessionProjectDir

Function getSessionProjectDir

src/bootstrap/state.ts:502–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 * originalCwd). See `switchSession()`.
501 */
502export function getSessionProjectDir(): string | null {
503 return STATE.sessionProjectDir
504}
505
506export function getOriginalCwd(): string {
507 return STATE.originalCwd

Callers 5

getTranscriptPathFunction · 0.85
getAgentTranscriptPathFunction · 0.85
getRemoteAgentsDirFunction · 0.85
loadSessionFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected