Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ focusTickLogEntry
Method
focusTickLogEntry
deps/v8/tools/system-analyzer/index.mjs:305–308 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
303
}
304
305
focusTickLogEntry(entry) {
306
this._state.tickLogEntry = entry;
307
this._view.tickTrack.focusedEntry = entry;
308
}
309
310
focusTimerLogEntry(entry) {
311
this._state.timerLogEntry = entry;
Callers
1
focusLogEntry
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected