(frame: AnyFrame)
| 352 | }); |
| 353 | |
| 354 | function frameForLog(frame: AnyFrame): Record<string, unknown> { |
| 355 | return { |
| 356 | type: frame.type, |
| 357 | seq: frame.seq, |
| 358 | session_id: frame.session_id, |
| 359 | id: frame.id, |
| 360 | code: frame.code, |
| 361 | msg: frame.msg, |
| 362 | payload: frame.payload, |
| 363 | }; |
| 364 | } |
no outgoing calls
no test coverage detected