MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Reserve

Method Reserve

Bcore/src/main/cpp/base/leb128.h:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void Reserve(uint32_t size) {
322 data_->reserve(size);
323 }
324
325 void PushBackUnsigned(uint32_t value) {
326 EncodeUnsignedLeb128(data_, value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected