(pm)
| 310 | return pm_0.data; |
| 311 | } |
| 312 | function _temp2(pm) { |
| 313 | return hasProgressMessage(pm.data); |
| 314 | } |
| 315 | export function renderToolResultMessage(data: Output, progressMessagesForMessage: ProgressMessage<Progress>[], { |
| 316 | tools, |
| 317 | verbose, |
nothing calls this directly
no test coverage detected