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

Method Key

include/rapidjson/reader.h:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); }
201 bool StartObject() { return static_cast<Override&>(*this).Default(); }
202 bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); }
203 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); }
204 bool StartArray() { return static_cast<Override&>(*this).Default(); }
205 bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); }

Callers 1

ParseStringMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected