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

Method emit

src/main/java/org/sfj/DrawDot.java:198–202  ·  view source on GitHub ↗
(List<String> opts)

Source from the content-addressed store, hash-verified

196 }
197
198 protected void emit(List<String> opts) {
199 for (Attribute a : attributes.values()) {
200 a.emit(opts);
201 }
202 }
203
204 @Override
205 public String toString() {

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.80
emitMethod · 0.65

Tested by

no test coverage detected