Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ rect
Method
rect
deps/v8/tools/system-analyzer/view/helper.mjs:139–141 ·
view source on GitHub ↗
(classes)
Source
from the content-addressed store, hash-verified
137
}
138
139
static rect(classes) {
140
return
this.element(
'rect'
, classes);
141
}
142
143
static path(classes) {
144
return
this.element(
'path'
, classes);
Callers
1
_renderDiscreteTrack
Method · 0.80
Calls
1
element
Method · 0.95
Tested by
no test coverage detected