Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ handleSelectEntries
Method
handleSelectEntries
deps/v8/tools/system-analyzer/index.mjs:147–150 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
145
}
146
147
handleSelectEntries(e) {
148
e.stopImmediatePropagation();
149
this.selectEntries(e.entries);
150
}
151
152
selectEntries(entries) {
153
const
missingTypes = App.allEventTypes;
Callers
nothing calls this directly
Calls
2
selectEntries
Method · 0.95
stopImmediatePropagation
Method · 0.80
Tested by
no test coverage detected