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

Method output

Fleece/Support/Writer.cc:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211 std::vector<slice> Writer::output() const {
212 std::vector<slice> result;
213 result.reserve(_chunks.size());
214 forEachChunk([&](slice chunk) {
215 result.push_back(chunk);
216 });
217 return result;
218 }
219
220
221 void Writer::copyOutputTo(void *dst) const {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected