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

Function istream_to_string

lib/importproject.cpp:1440–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440static std::string istream_to_string(std::istream &istr)
1441{
1442 std::istreambuf_iterator<char> eos;
1443 return std::string(std::istreambuf_iterator<char>(istr), eos);
1444}
1445
1446bool ImportProject::importCppcheckGuiProject(std::istream &istr, Settings &settings, Suppressions &supprs)
1447{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected