Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deserialize
Method · 0.45
main
Function · 0.45
StdIStream
Method · 0.45
readfile
Method · 0.45
readUntil
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected