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

Method writeVarInt

Experimental/KeyTree.cc:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 inline size_t writeVarInt(size_t n) {
122 size_t size = PutUVarInt(_out, n);
123 _out += size;
124 return size;
125 }
126 };
127
128

Callers

nothing calls this directly

Calls 1

PutUVarIntFunction · 0.85

Tested by

no test coverage detected