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

Method scaleName

resources/vega-lite.min.js:12082–12089  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

12080 this.projectionNameMap.rename(e, t);
12081 }
12082 scaleName(e, t) {
12083 return t
12084 ? this.getName(e)
12085 : (tt(e) && Qt(e) && this.component.scales[e]) ||
12086 this.scaleNameMap.has(this.getName(e))
12087 ? this.scaleNameMap.get(this.getName(e))
12088 : void 0;
12089 }
12090 projectionName(e) {
12091 return e
12092 ? this.getName("projection")

Callers 14

vega-lite.min.jsFile · 0.80
JcFunction · 0.80
muFunction · 0.80
huFunction · 0.80
yuFunction · 0.80
SuFunction · 0.80
FuFunction · 0.80
IfFunction · 0.80
cdFunction · 0.80
kmFunction · 0.80
SmFunction · 0.80
OmFunction · 0.80

Calls 5

getNameMethod · 0.95
ttFunction · 0.70
QtFunction · 0.70
hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected