(line)
| 262 | return <Text key={i}>{line_0}</Text>; |
| 263 | } |
| 264 | function _temp3(line) { |
| 265 | return line.length > 0; |
| 266 | } |
| 267 | function _temp2(prev) { |
| 268 | return prev === "ios" ? "android" : "ios"; |
| 269 | } |
nothing calls this directly
no outgoing calls
no test coverage detected