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

Function markFirstTeleportMessageLogged

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

Source from the content-addressed store, hash-verified

1509}
1510
1511export function markFirstTeleportMessageLogged(): void {
1512 if (STATE.teleportedSessionInfo) {
1513 STATE.teleportedSessionInfo.hasLoggedFirstMessage = true
1514 }
1515}
1516
1517// Invoked skills tracking for preservation across compaction
1518export type InvokedSkillInfo = {

Callers 2

logAPIErrorFunction · 0.85
logAPISuccessAndDurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected