MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Default

Method Default

example/messagereader/messagereader.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 bool EndObject(SizeType) { return state_ == kExpectNameOrObjectEnd; }
55
56 bool Default() { return false; } // All other events are invalid.
57
58 MessageMap messages_;
59 enum State {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected