MCPcopy 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

testSimpleMethod · 0.80

Calls 2

shapedMethod · 0.80
labelMethod · 0.80

Tested by 1

testSimpleMethod · 0.64