Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
function
functor(x) {
18
return
function
() {
19
return
x;
20
};
21
}
22
23
const
Map =
function
(options) {
24
const
evented =
new
mapboxgl.Evented();
Callers
1
Map
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected