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

Function FLValue_Release

Fleece/API_Impl/Fleece.cc:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84FLTimestamp FLValue_AsTimestamp(FLValue v) FLAPI {return v ? v->asTimestamp() : FLTimestampNone;}
85FLValue FLValue_Retain(FLValue v) FLAPI {return retain(v);}
86void FLValue_Release(FLValue v) FLAPI {release(v);}
87bool FLValue_IsMutable(FLValue v) FLAPI {return v && v->isMutable();}
88
89

Callers 6

FLArray_ReleaseFunction · 0.85
FLDict_ReleaseFunction · 0.85
FLMutableArray_ReleaseFunction · 0.85
FLMutableDict_ReleaseFunction · 0.85
~RetainedValueMethod · 0.85
RetainedValueClass · 0.85

Calls 1

releaseFunction · 0.50

Tested by

no test coverage detected