(res)
| 190 | return t0; |
| 191 | } |
| 192 | function _temp2(res) { |
| 193 | return setTimeout(res, 2000, { |
| 194 | type: "timeout" as const |
| 195 | }); |
| 196 | } |
| 197 | function _temp(r) { |
| 198 | return { |
| 199 | type: "result" as const, |
nothing calls this directly
no outgoing calls
no test coverage detected