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

Method SharedEncoder

API/fleece/Fleece.hh:549–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 class SharedEncoder : public Encoder {
548 public:
549 explicit SharedEncoder(FLEncoder enc) :Encoder(enc) { }
550
551 ~SharedEncoder() {
552 detach(); // prevents Encoder from freeing the FLEncoder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected