MCPcopy Create free account
hub / github.com/cinder/Cinder / good

Method good

src/jsoncpp/jsoncpp.cpp:1067–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067bool Reader::good() const {
1068 return !errors_.size();
1069}
1070
1071std::istream& operator>>(std::istream& sin, Value& root) {
1072 Json::Reader reader;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected