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

Method lookupDataSource

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

Source from the content-addressed store, hash-verified

12064 return { signal: this.signalNameMap.get(this.getName(e)) };
12065 }
12066 lookupDataSource(e) {
12067 const t = this.component.data.outputNodes[e];
12068 return t ? t.getSource() : e;
12069 }
12070 getSignalName(e) {
12071 return this.signalNameMap.get(e);
12072 }

Callers 5

pdFunction · 0.80
vmFunction · 0.80
xmFunction · 0.80
assembleSelectionDataMethod · 0.80
LpClass · 0.80

Calls 1

getSourceMethod · 0.45

Tested by

no test coverage detected