Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ handleFocusLogEntry
Method
handleFocusLogEntry
deps/v8/tools/system-analyzer/index.mjs:240–243 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
238
}
239
240
handleFocusLogEntry(e) {
241
e.stopImmediatePropagation();
242
this.focusLogEntry(e.entry);
243
}
244
245
focusLogEntry(entry) {
246
switch (entry.constructor) {
Callers
nothing calls this directly
Calls
2
focusLogEntry
Method · 0.95
stopImmediatePropagation
Method · 0.80
Tested by
no test coverage detected