Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
std::string cmCryptoHash::HashStream(std::istream& sin)
201
{
202
return ByteHashToString(this->ByteHashStream(sin));
203
}
204
205
std::string cmCryptoHash::HashFile(std::string const& file)
206
{
Callers
1
HashSumFile
Method · 0.80
Calls
1
ByteHashStream
Method · 0.95
Tested by
no test coverage detected