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

Method parse_array_start

include/picojson/picojson.h:1065–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063 return _parse_string(s, in);
1064 }
1065 bool parse_array_start() {
1066 if (depths_ == 0)
1067 return false;
1068 --depths_;
1069 return true;
1070 }
1071 template <typename Iter> bool parse_array_item(input<Iter> &in, size_t) {
1072 return _parse(*this, in);
1073 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected