| 89 | return true; |
| 90 | } |
| 91 | bool RawNumber(const char* str, SizeType length, bool copy) { |
| 92 | if (terminated()) return false; |
| 93 | return true; |
| 94 | } |
| 95 | }; // handler |
| 96 | |
| 97 | static bool RapidjsonSaxOnDemand(const std::string& json, |
nothing calls this directly
no outgoing calls
no test coverage detected