(n)
| 248 | return n_0 - 1; |
| 249 | } |
| 250 | function _temp2(n) { |
| 251 | return n + 1; |
| 252 | } |
| 253 | function _temp(child) { |
| 254 | return [child.props.id ?? child.props.title, child.props.title]; |
| 255 | } |
nothing calls this directly
no outgoing calls
no test coverage detected