Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _update
Method
_update
deps/v8/tools/system-analyzer/view/code-panel.mjs:62–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
_update() {
63
this._updateSelect();
64
this._updateDisassembly();
65
this._updateFeedbackVector();
66
}
67
68
_updateFeedbackVector() {
69
if
(!this._entry?.feedbackVector) {
Callers
nothing calls this directly
Calls
3
_updateSelect
Method · 0.95
_updateDisassembly
Method · 0.95
_updateFeedbackVector
Method · 0.95
Tested by
no test coverage detected