MCPcopy Create free account
hub / github.com/alignoth/alignoth / Bc

Function Bc

resources/vega.min.js:8841–8853  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

8839 return this;
8840 }
8841 function Bc(t, e) {
8842 switch (arguments.length) {
8843 case 0:
8844 break;
8845 case 1:
8846 "function" == typeof t ? this.interpolator(t) : this.range(t);
8847 break;
8848 default:
8849 (this.domain(t),
8850 "function" == typeof e ? this.interpolator(e) : this.range(e));
8851 }
8852 return this;
8853 }
8854 const zc = Symbol("implicit");
8855 function Nc() {
8856 var t = new se(),

Callers

nothing calls this directly

Calls 1

rangeMethod · 0.80

Tested by

no test coverage detected