Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ recordV
Method
recordV
src/main/java/org/sfj/DrawDot.java:475–478 ·
view source on GitHub ↗
(String... labels)
Source
from the content-addressed store, hash-verified
473
}
474
475
Node recordV(String... labels) {
476
shaped(Shapes.RECORD);
477
return
label(
"{"
+ String.join(
" | "
, labels) +
"}"
);
478
}
479
480
Node recordH(String... labels) {
481
shaped(Shapes.RECORD);
Callers
1
testSimple
Method · 0.80
Calls
2
shaped
Method · 0.80
label
Method · 0.80
Tested by
1
testSimple
Method · 0.64