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

Function FLEncoder_SetExtraInfo

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

Source from the content-addressed store, hash-verified

700}
701
702void FLEncoder_SetExtraInfo(FLEncoder e, void *info) FLAPI {
703 e->extraInfo = info;
704}
705
706void* FLEncoder_GetExtraInfo(FLEncoder e) FLAPI {
707 return e->extraInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected