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

Method emit

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

Source from the content-addressed store, hash-verified

170 }
171
172 void emit(List<String> opts) {
173 if (value != null) {
174 opts.add(name + "=" + xform.apply(value));
175 }
176 }
177
178 @Override
179 public String toString() {

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected