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

Method getSignalName

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

Source from the content-addressed store, hash-verified

12068 return t ? t.getSource() : e;
12069 }
12070 getSignalName(e) {
12071 return this.signalNameMap.get(e);
12072 }
12073 renameSignal(e, t) {
12074 this.signalNameMap.rename(e, t);
12075 }

Callers 4

fmFunction · 0.80
kmFunction · 0.80
SmFunction · 0.80
vega-lite.min.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected