(event: { type: string; [key: string]: unknown })
| 862 | summaryMessages.push(message); |
| 863 | }, |
| 864 | sendSessionEvent(event: { type: string; [key: string]: unknown }) { |
| 865 | sessionEvents.push(event); |
| 866 | } |
| 867 | }; |
| 868 | |
| 869 | const session = { |
nothing calls this directly
no test coverage detected