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

Method ByteHashString

Source/cmCryptoHash.cxx:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149std::vector<unsigned char> cmCryptoHash::ByteHashString(cm::string_view input)
150{
151 this->Initialize();
152 this->Append(input);
153 return this->Finalize();
154}
155
156std::vector<unsigned char> cmCryptoHash::ByteHashStream(std::istream& sin)
157{

Callers 2

HashStringMethod · 0.95
getMethod · 0.80

Calls 3

InitializeMethod · 0.95
AppendMethod · 0.95
FinalizeMethod · 0.95

Tested by

no test coverage detected