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

Function functor

test/tool/mock_mapboxgl_map.js:17–21  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

15};
16
17function functor(x) {
18 return function () {
19 return x;
20 };
21}
22
23const Map = function (options) {
24 const evented = new mapboxgl.Evented();

Callers 1

MapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected