MCPcopy Create free account
hub / github.com/couchbase/fleece / writeNull

Method writeNull

Fleece/Support/JSONEncoder.hh:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 /////// Writing data:
45
46 void writeNull() {comma(); _out << slice("null");}
47 void writeBool(bool b) {comma(); _out.write(b ? "true"_sl : "false"_sl);}
48
49 void writeInt(int64_t i) {_writeInt("%lld", i);}

Callers

nothing calls this directly

Calls 1

sliceClass · 0.85

Tested by

no test coverage detected