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

Function Flush

include/rapidjson/memorystream.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
50 void Put(Ch) { RAPIDJSON_ASSERT(false); }
51 void Flush() { RAPIDJSON_ASSERT(false); }
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
53
54 // For encoding detection only.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected