MCPcopy Create free account
hub / github.com/tiann/hapi / sendSessionEvent

Function sendSessionEvent

cli/src/codex/codexRemoteLauncher.test.ts:864–866  ·  view source on GitHub ↗
(event: { type: string; [key: string]: unknown })

Source from the content-addressed store, hash-verified

862 summaryMessages.push(message);
863 },
864 sendSessionEvent(event: { type: string; [key: string]: unknown }) {
865 sessionEvents.push(event);
866 }
867 };
868
869 const session = {

Callers

nothing calls this directly

Calls 2

sendSessionEventMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected