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

Method getDataName

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

Source from the content-addressed store, hash-verified

12031 return C((this.name ? `${this.name}_` : "") + e);
12032 }
12033 getDataName(e) {
12034 return this.getName(bc[e].toLowerCase());
12035 }
12036 requestDataName(e) {
12037 const t = this.getDataName(e),
12038 n = this.component.data.outputNodeRefCounts;

Callers 3

requestDataNameMethod · 0.95
ypFunction · 0.80
assembleSelectionDataMethod · 0.80

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected