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

Method uniqueStrings

Fleece/Core/Encoder.hh:38–38  ·  view source on GitHub ↗

Sets the uniqueStrings property. If true (the default), the encoder tries to write each unique string only once. This saves space but makes the encoder slightly slower. */

Source from the content-addressed store, hash-verified

36 /** Sets the uniqueStrings property. If true (the default), the encoder tries to write
37 each unique string only once. This saves space but makes the encoder slightly slower. */
38 void uniqueStrings(bool b) {_uniqueStrings = b;}
39
40 /** Sets the base Fleece data that the encoded data will be (logically) appended to.
41 Any writeValue() calls whose Value points into the base data will be written as

Callers 3

EncoderTests.ccFile · 0.80
PerfTests.ccFile · 0.80
FLEncoderImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected