MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTeleportedSessionInfo

Function getTeleportedSessionInfo

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

Source from the content-addressed store, hash-verified

1485}
1486
1487export function getTeleportedSessionInfo(): {
1488 isTeleported: boolean
1489 hasLoggedFirstMessage: boolean
1490 sessionId: string | null
1491} | null {
1492 return STATE.teleportedSessionInfo
1493}
1494
1495export function markFirstTeleportMessageLogged(): void {
1496 if (STATE.teleportedSessionInfo) {

Callers 2

logAPIErrorFunction · 0.85
logAPISuccessAndDurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected