Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ header
Method
header
src/main/java/org/sfj/DrawDot.java:383–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
381
}
382
383
public
String header() {
384
String w = (directed ?
"digraph "
:
"graph "
);
385
return
w + name +
" {"
;
386
}
387
388
@Override
389
public
String id() {
Callers
1
emit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected