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

Method parse_object_stop

include/picojson/picojson.h:1088–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 return _parse(*this, in);
1087 }
1088 bool parse_object_stop() {
1089 return true;
1090 }
1091
1092private:
1093 null_parse_context(const null_parse_context &);

Callers 1

_parse_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected