(key, type)
| 126940 | return (0, _vegaUtil.hasOwnProperty)(scales, type); |
| 126941 | } |
| 126942 | function hasType(key, type) { |
| 126943 | const s = scales[key]; |
| 126944 | return s && s.metadata[type]; |
| 126945 | } |
| 126946 | function isContinuous(key) { |
| 126947 | return hasType(key, Continuous); |
| 126948 | } |
no outgoing calls
no test coverage detected