MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getParentSessionId

Function getParentSessionId

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

Source from the content-addressed store, hash-verified

450}
451
452export function getParentSessionId(): SessionId | undefined {
453 return STATE.parentSessionId
454}
455
456/**
457 * Atomically switch the active session. `sessionId` and `sessionProjectDir`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected