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

Method setAssociated

API/fleece/Fleece.hh:399–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398 static Doc containing(Value v) {return Doc(FLValue_FindDoc(v), false);}
399 bool setAssociated(void *p, const char *t) {return FLDoc_SetAssociated(_doc, p, t);}
400 void* associated(const char *type) const {return FLDoc_GetAssociated(_doc, type);}
401
402 private:

Callers

nothing calls this directly

Calls 1

FLDoc_SetAssociatedFunction · 0.85

Tested by

no test coverage detected