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

Method capacity

Fleece/Tree/MutableNode.hh:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 protected:
48 uint8_t capacity() const FLPURE {
49 assert_precondition(_capacity > 0);
50 return _capacity;
51 }
52
53 int8_t _capacity;
54 };

Callers 2

SupportTests.ccFile · 0.45
MutableInteriorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected