MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / parse_string

Method parse_string

include/picojson/picojson.h:992–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 return true;
991 }
992 template <typename Iter> bool parse_string(input<Iter> &in) {
993 *out_ = value(string_type, false);
994 return _parse_string(out_->get<std::string>(), in);
995 }
996 bool parse_array_start() {
997 if (depths_ == 0)
998 return false;

Callers

nothing calls this directly

Calls 2

valueClass · 0.85
_parse_stringFunction · 0.85

Tested by

no test coverage detected