Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ hide
Method
hide
deps/v8/tools/turbolizer/src/graphmultiview.ts:80–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
public hide(): void {
81
this.container.className =
""
;
82
this.hideCurrentPhase();
83
super.hide();
84
}
85
86
public show(): void {
87
// Insert before is used so that the display is inserted before the
Callers
2
displayPhaseByName
Method · 0.45
hideCurrentPhase
Method · 0.45
Calls
1
hideCurrentPhase
Method · 0.95
Tested by
no test coverage detected