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:1672–1674 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1670
1671
class
HelpView {
1672
constructor() {
1673
this.element = $(
"help"
);
1674
}
1675
1676
render(newState) {
1677
this.element.style.display = newState.file ?
"none"
:
"inherit"
;
Callers
nothing calls this directly
Calls
1
$
Function · 0.70
Tested by
no test coverage detected