MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / value

Method value

src/main/java/com/volmit/adapt/util/JSONWriter.java:282–284  ·  view source on GitHub ↗

Append either the value true or the value false . @param b A boolean. @return this

(boolean b)

Source from the content-addressed store, hash-verified

280 * @return this
281 */
282 public JSONWriter value(boolean b) throws JSONException {
283 return this.append(b ? "true" : "false");
284 }
285
286 /**
287 * Append a double value.

Callers 2

buildChildrenMethod · 0.80
VirtualCommandMethod · 0.80

Calls 3

appendMethod · 0.95
valueToStringMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected