MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / good

Method good

externals/simplecpp/simplecpp.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 istr.unget();
372 }
373 bool good() override {
374 return istr.good();
375 }
376
377 private:
378 std::istream &istr;

Callers 5

deserializeMethod · 0.45
mainFunction · 0.45
StdIStreamMethod · 0.45
readfileMethod · 0.45
readUntilMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected