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

Function markFirstTeleportMessageLogged

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

Source from the content-addressed store, hash-verified

1493}
1494
1495export function markFirstTeleportMessageLogged(): void {
1496 if (STATE.teleportedSessionInfo) {
1497 STATE.teleportedSessionInfo.hasLoggedFirstMessage = true
1498 }
1499}
1500
1501// Invoked skills tracking for preservation across compaction
1502export type InvokedSkillInfo = {

Callers 2

logAPIErrorFunction · 0.85
logAPISuccessAndDurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected