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

Function FLEncoder_GetExtraInfo

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

Source from the content-addressed store, hash-verified

704}
705
706void* FLEncoder_GetExtraInfo(FLEncoder e) FLAPI {
707 return e->extraInfo;
708}
709
710FLSliceResult FLEncoder_Snip(FLEncoder e) {
711 if (e->isFleece())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected