Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSimple
Method · 0.80
Calls
2
shaped
Method · 0.80
label
Method · 0.80
Tested by
1
testSimple
Method · 0.64