MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Flush

Method Flush

rapidjson/stream.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; }
120 void Put(Ch) { RAPIDJSON_ASSERT(false); }
121 void Flush() { RAPIDJSON_ASSERT(false); }
122 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; }
123
124 const Ch* src_; //!< Current read position.

Callers 3

EndObjectMethod · 0.45
EndArrayMethod · 0.45
EndValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected