MCPcopy Create free account
hub / github.com/USCiLab/cereal / PushBack

Method PushBack

include/cereal/external/rapidjson/internal/biginteger.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 void PushBack(Type digit) {
235 CEREAL_RAPIDJSON_ASSERT(count_ < kCapacity);
236 digits_[count_++] = digit;
237 }
238
239 static uint64_t ParseUint64(const char* begin, const char* end) {
240 uint64_t r = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected