Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ constructor
Method
constructor
deps/v8/tools/profview/profview.js:1273–1276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1271
1272
class
SummaryView {
1273
constructor() {
1274
this.element = $(
"summary"
);
1275
this.currentState = null;
1276
}
1277
1278
render(newState) {
1279
let
oldState = this.currentState;
Callers
nothing calls this directly
Calls
1
$
Function · 0.70
Tested by
no test coverage detected