Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isLive
Method
isLive
deps/v8/tools/turbolizer/src/phases/graph-phase/graph-node.ts:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public isLive(): boolean {
50
return
this.nodeLabel.live !== false;
51
}
52
53
public isJavaScript(): boolean {
54
return
this.nodeLabel.opcode.startsWith(
"JS"
);
Callers
7
updateGraphVisibility
Method · 0.80
initializeNodeSelectionHandler
Method · 0.80
attachSelection
Method · 0.80
showAllAction
Method · 0.80
showControlAction
Method · 0.80
hideDead
Method · 0.80
showDead
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected