Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ emit
Method
emit
src/main/java/org/sfj/DrawDot.java:450–450 ·
view source on GitHub ↗
(DrawDot dot, PrintWriter writer, String indent)
Source
from the content-addressed store, hash-verified
448
449
public
interface
Child {
450
void
emit(DrawDot dot, PrintWriter writer, String indent) throws IOException;
451
452
String id();
453
}
Callers
4
emit
Method · 0.65
emit
Method · 0.65
emit
Method · 0.65
emit
Method · 0.65
Implementers
2
Graph
src/main/java/org/sfj/DrawDot.java
Node
src/main/java/org/sfj/DrawDot.java
Calls
no outgoing calls
Tested by
no test coverage detected