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

Method setMaxKeyLength

Fleece/Core/SharedKeys.hh:79–79  ·  view source on GitHub ↗

Sets the maximum length of string that can be mapped. (Defaults to 16 bytes.) */

Source from the content-addressed store, hash-verified

77
78 /** Sets the maximum length of string that can be mapped. (Defaults to 16 bytes.) */
79 void setMaxKeyLength(size_t m) {_maxKeyLength = m;}
80
81 /** The number of stored keys. */
82 size_t count() const FLPURE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected