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

Method base

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

Source from the content-addressed store, hash-verified

169 size_t nextWritePos();
170 size_t finishItem();
171 slice base() const {return _base;}
172 slice baseUsed() const {return _baseMinUsed != 0 ? slice(_baseMinUsed, _base.end()) : slice();}
173 const StringTable& strings() const {return _strings;}
174

Callers 3

writeToMethod · 0.45
encodeImmutableOffsetMethod · 0.45
FLEncoder_GetBaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected