Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1067
bool Reader::good() const {
1068
return !errors_.size();
1069
}
1070
1071
std::istream& operator>>(std::istream& sin, Value& root) {
1072
Json::Reader reader;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected