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

Method writeValue

Fleece/Core/Encoder.hh:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 void writeData(slice s);
91
92 void writeValue(const Value* NONNULL v) {writeValue(v, nullptr);}
93
94 using WriteValueFunc = function_ref<bool(const Value *key, const Value *value)>;
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected