Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ handleSelectRelatedEntries
Method
handleSelectRelatedEntries
deps/v8/tools/system-analyzer/index.mjs:100–103 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
98
}
99
100
handleSelectRelatedEntries(e) {
101
e.stopImmediatePropagation();
102
this.selectRelatedEntries(e.entry);
103
}
104
105
selectRelatedEntries(entry) {
106
let
entries = [entry];
Callers
nothing calls this directly
Calls
2
selectRelatedEntries
Method · 0.95
stopImmediatePropagation
Method · 0.80
Tested by
no test coverage detected