(c)
| 168 | return <Text key={`${formatEntry(u.entry)}:${u.why}`} color="warning">{formatEntry(u.entry)} · {u.why}</Text>; |
| 169 | } |
| 170 | function _temp2(c) { |
| 171 | return !c.dev; |
| 172 | } |
| 173 | function _temp() { |
| 174 | const ch = getAllowedChannels(); |
| 175 | if (ch.length === 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected