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

Method parse_string

include/picojson/picojson.h:1061–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059 return true;
1060 }
1061 template <typename Iter> bool parse_string(input<Iter> &in) {
1062 dummy_str s;
1063 return _parse_string(s, in);
1064 }
1065 bool parse_array_start() {
1066 if (depths_ == 0)
1067 return false;

Callers

nothing calls this directly

Calls 1

_parse_stringFunction · 0.85

Tested by

no test coverage detected