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

Method getSource

resources/vega-lite.min.js:5617–5619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5615 );
5616 }
5617 getSource() {
5618 return (this.refCounts[this._name]++, this._source);
5619 }
5620 isRequired() {
5621 return !!this.refCounts[this._name];
5622 }

Callers 5

emFunction · 0.45
lookupDataSourceMethod · 0.45
makeMethod · 0.45
hpFunction · 0.45
vega-lite.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected