(v)
| 147131 | return specValue != null ? specValue : defaultValue; |
| 147132 | } |
| 147133 | function deref(v) { |
| 147134 | return v && v.signal || v; |
| 147135 | } |
| 147136 | const Timer = "timer"; |
| 147137 | function parseStream(stream, scope) { |
| 147138 | const method = stream.merge ? mergeStream : stream.stream ? nestedStream : stream.type ? eventStream : (0, _vegaUtil.error)("Invalid stream specification: " + (0, _vegaUtil.stringValue)(stream)); |
no outgoing calls
no test coverage detected