MCPcopy Create free account
hub / github.com/Kitware/CMake / HashStream

Method HashStream

Source/cmCryptoHash.cxx:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200std::string cmCryptoHash::HashStream(std::istream& sin)
201{
202 return ByteHashToString(this->ByteHashStream(sin));
203}
204
205std::string cmCryptoHash::HashFile(std::string const& file)
206{

Callers 1

HashSumFileMethod · 0.80

Calls 1

ByteHashStreamMethod · 0.95

Tested by

no test coverage detected