(c)
| 318 | return t13; |
| 319 | } |
| 320 | function _temp2(c) { |
| 321 | return { |
| 322 | ...c, |
| 323 | copyFullResponse: true |
| 324 | }; |
| 325 | } |
| 326 | function _temp(block, index) { |
| 327 | const blockLines = countCharInString(block.code, "\n") + 1; |
| 328 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected