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

Method setData

API/fleece/Mutable.hh:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 void operator= (const char *v) {FLSlot_SetString(_slot, slice(v));}
33 void operator= (const std::string &v) {FLSlot_SetString(_slot, slice(v));}
34 void setData(slice v) {FLSlot_SetData(_slot, v);}
35 void operator= (Value v) {FLSlot_SetValue(_slot, v);}
36 void operator= (std::nullptr_t) {FLSlot_SetValue(_slot, nullptr);}
37

Callers 1

setDataMethod · 0.45

Calls 1

FLSlot_SetDataFunction · 0.85

Tested by

no test coverage detected