(item)
| 2274 | } |
| 2275 | |
| 2276 | function getHnValue(item) { |
| 2277 | return typeof item == 'object' && item !== null ? item.value : item |
| 2278 | } |
| 2279 | |
| 2280 | function getHnToggleKey(item) { |
| 2281 | return typeof item == 'object' && item !== null ? item.toggleKey : '' |
no outgoing calls
no test coverage detected