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

Method set

Fleece/Mutable/ValueSlot.hh:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 void set(float);
53 void set(double);
54 void set(slice s) {setStringOrData(internal::kStringTag, s);}
55 void setData(slice s) {setStringOrData(internal::kBinaryTag, s);}
56 void setValue(const Value* v);
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected