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

Method Tell

include/cereal/external/rapidjson/encodedstream.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 Ch Peek() const { CEREAL_RAPIDJSON_ASSERT(false); return 0;}
115 Ch Take() { CEREAL_RAPIDJSON_ASSERT(false); return 0;}
116 size_t Tell() const { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
117 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
118 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected