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

Method writeKey

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

Source from the content-addressed store, hash-verified

79
80 void writeKey(slice s);
81 void writeKey(const std::string &s) {writeKey(slice(s));}
82 void writeKey(const Value *v) {writeKey(v->asString());}
83
84 //////// "<<" convenience operators;

Callers

nothing calls this directly

Calls 2

sliceClass · 0.85
asStringMethod · 0.45

Tested by

no test coverage detected