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

Method parse_array_stop

include/picojson/picojson.h:1009–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007 return _parse(ctx, in);
1008 }
1009 bool parse_array_stop(size_t) {
1010 ++depths_;
1011 return true;
1012 }
1013 bool parse_object_start() {
1014 if (depths_ == 0)
1015 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected