MCPcopy Create free account
hub / github.com/cinience/RedisStudio / PutBegin

Method PutBegin

include/rapidjson/encodedstream.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 Ch Take() { RAPIDJSON_ASSERT(false); }
88 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
89 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
90 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
91
92private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected