Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ emit
Method
emit
test/tool/mock_l7.js:43–47 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
41
this.stacks[
type
].push(cb);
42
}
43
emit(
type
) {
44
this.stacks[
type
]?.forEach((cb) => {
45
cb();
46
});
47
}
48
}
49
const
event =
new
Event();
50
class
Scene {
Callers
5
KnowledgeGraphSpec.js
File · 0.45
addLayer
Method · 0.45
setData
Method · 0.45
a
Function · 0.45
a
Function · 0.45
Calls
2
forEach
Method · 0.80
cb
Function · 0.50
Tested by
no test coverage detected