MCPcopy Create free account
hub / github.com/cschanck/single-file-java / recordH

Method recordH

src/main/java/org/sfj/DrawDot.java:480–483  ·  view source on GitHub ↗
(String... labels)

Source from the content-addressed store, hash-verified

478 }
479
480 Node recordH(String... labels) {
481 shaped(Shapes.RECORD);
482 return label(String.join(" | ", labels));
483 }
484
485 @Override
486 public String id() {

Callers 1

testSimpleMethod · 0.80

Calls 2

shapedMethod · 0.80
labelMethod · 0.80

Tested by 1

testSimpleMethod · 0.64