Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ updateLabel
Method
updateLabel
deps/v8/tools/zone-stats/trace-file-reader.js:30–32 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
28
}
29
30
updateLabel(text) {
31
this.$(
'#label'
).innerText = text;
32
}
33
34
handleKeyEvent(event) {
35
if
(event.key ==
"Enter"
) this.handleClick(event);
Callers
2
readFile
Method · 0.95
processLoadedData
Method · 0.95
Calls
1
$
Method · 0.95
Tested by
no test coverage detected