(pm_1)
| 297 | return t3; |
| 298 | } |
| 299 | function _temp4(pm_1) { |
| 300 | if (!hasProgressMessage(pm_1.data)) { |
| 301 | return false; |
| 302 | } |
| 303 | const msg = pm_1.data.message; |
| 304 | if (msg.type === "user" && msg.toolUseResult === undefined) { |
| 305 | return false; |
| 306 | } |
| 307 | return true; |
| 308 | } |
| 309 | function _temp3(pm_0) { |
| 310 | return pm_0.data; |
| 311 | } |
nothing calls this directly
no test coverage detected