MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / cb

Function cb

test/mapboxgl/core/MapExtendSpec.js:416–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 map.querySourceFeatures('raster-tiles');
415 expect(l7_layer_1.querySourceFeatures.calls.count()).toEqual(1);
416 const cb = () => {};
417 map.on('click', 'l7_layer_1', cb);
418 map.on('click',cb);
419 expect(l7_layer_1.on.calls.count()).toEqual(1);

Callers 5

thenFunction · 0.50
WebMapSpec.jsFile · 0.50
emitMethod · 0.50
boxSelectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected