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

Method getScaleType

resources/vega-lite.min.js:12110–12113  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

12108 : void 0;
12109 }
12110 getScaleType(e) {
12111 const t = this.getScaleComponent(e);
12112 return t ? t.get("type") : void 0;
12113 }
12114 getSelectionComponent(e, t) {
12115 let n = this.component.selection[e];
12116 if (

Callers 1

TuFunction · 0.80

Calls 2

getScaleComponentMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected