MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / formatDouble

Method formatDouble

src/main/java/fielded/plugins/Out.java:288–293  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

286 .contains("$")) a = a.getSuperclass();
287
288 return a;
289 }
290
291
292 private Box find(String uid) {
293 return this.breadthFirst(this.both())
294 .filter(x -> x.properties.has(IO.id))
295 .filter(x -> x.properties.get(IO.id)
296 .equals(uid))

Callers 1

OutMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected