(m: Pick<Message, 'type'>)
| 153 | * by the progressBridge rewrite in loadTranscriptFile. |
| 154 | */ |
| 155 | export function isChainParticipant(m: Pick<Message, 'type'>): boolean { |
| 156 | return m.type !== 'progress' |
| 157 | } |
| 158 | |
| 159 | type LegacyProgressEntry = { |
| 160 | type: 'progress' |
no outgoing calls
no test coverage detected