Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ FLEncoder_Free
Function
FLEncoder_Free
Fleece/API_Impl/Fleece.cc:595–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
593
}
594
595
void FLEncoder_Free(FLEncoder e) FLAPI {
596
delete e;
597
}
598
599
void FLEncoder_SetSharedKeys(FLEncoder e, FLSharedKeys sk) FLAPI {
600
if (e->isFleece())
Callers
1
~Encoder
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected