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

Method HashString

Source/cmCryptoHash.cxx:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::string cmCryptoHash::HashString(cm::string_view input)
196{
197 return ByteHashToString(this->ByteHashString(input));
198}
199
200std::string cmCryptoHash::HashStream(std::istream& sin)
201{

Callers 15

runTestFunction · 0.80
testProtocolWithPipesFunction · 0.80
AddRuleHashMethod · 0.80
GenerateRuleFileMethod · 0.80
TempDirCalculateMethod · 0.80
cmCMakeString.cxxFile · 0.80

Calls 1

ByteHashStringMethod · 0.95

Tested by 2

runTestFunction · 0.64
testProtocolWithPipesFunction · 0.64