MCPcopy Index your code
hub / github.com/tiann/hapi / sendSessionEvent

Function sendSessionEvent

cli/src/opencode/opencodeRemoteLauncher.test.ts:135–137  ·  view source on GitHub ↗
(event: { type: string; [key: string]: unknown })

Source from the content-addressed store, hash-verified

133 sendAgentMessage(_message: unknown) {},
134 sendUserMessage(_text: string) {},
135 sendSessionEvent(event: { type: string; [key: string]: unknown }) {
136 sessionEvents.push(event);
137 }
138 };
139
140 const session = {

Callers

nothing calls this directly

Calls 2

sendSessionEventMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected