MCPcopy 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

readFileMethod · 0.95
processLoadedDataMethod · 0.95

Calls 1

$Method · 0.95

Tested by

no test coverage detected