Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ focusTimerLogEntry
Method
focusTimerLogEntry
deps/v8/tools/system-analyzer/index.mjs:310–313 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
308
}
309
310
focusTimerLogEntry(entry) {
311
this._state.timerLogEntry = entry;
312
this._view.timerTrack.focusedEntry = entry;
313
}
314
315
focusSourcePosition(sourcePosition) {
316
if
(!sourcePosition)
return
;
Callers
1
focusLogEntry
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected