Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ ~SharedEncoder
Method
~SharedEncoder
API/fleece/Fleece.hh:551–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
explicit SharedEncoder(FLEncoder enc) :Encoder(enc) { }
550
551
~SharedEncoder() {
552
detach(); // prevents Encoder from freeing the FLEncoder
553
}
554
};
555
556
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected