MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getSource

Method getSource

test/tool/mock_l7.js:228–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 return this;
227 }
228 getSource() {
229 const sourceInfo = event;
230 sourceInfo._data = this.layerSource.originData;
231 sourceInfo.getData = () => this.layerSource.originData;
232 sourceInfo.setData = this.setData;
233 return sourceInfo;
234 }
235 setData(data) {
236 this.layerSource.originData = data;
237 this.getSource().emit('update');

Callers 15

setDataMethod · 0.95
olms.jsFile · 0.45
GFunction · 0.45
successCallbackFunction · 0.45
MapExtendSpec.jsFile · 0.45
GraphicSpec.jsFile · 0.45
RangeSpec.jsFile · 0.45
mapbox-gl.jsFile · 0.45
iFunction · 0.45
soFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected