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

Method HashFile

Source/cmCryptoHash.cxx:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205std::string cmCryptoHash::HashFile(std::string const& file)
206{
207 return ByteHashToString(this->ByteHashFile(file));
208}
209
210void cmCryptoHash::Initialize()
211{

Callers 9

BuildCommandLineMethod · 0.80
ComputeSuffixHashMethod · 0.80
HashSumFileMethod · 0.80
HandleHashCommandFunction · 0.80
HandleDownloadCommandFunction · 0.80
SubmitUsingHTTPMethod · 0.80
HandleCDashUploadFileMethod · 0.80
GenerateChecksumFileMethod · 0.80
generateMD5FileMethod · 0.80

Calls 1

ByteHashFileMethod · 0.95

Tested by 2

SubmitUsingHTTPMethod · 0.64
HandleCDashUploadFileMethod · 0.64