Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
std::string cmCryptoHash::HashString(cm::string_view input)
196
{
197
return ByteHashToString(this->ByteHashString(input));
198
}
199
200
std::string cmCryptoHash::HashStream(std::istream& sin)
201
{
Callers
15
runTest
Function · 0.80
testProtocolWithPipes
Function · 0.80
ComputeTargetShortName
Method · 0.80
AddRuleHash
Method · 0.80
GenerateRuleFile
Method · 0.80
TempDirCalculate
Method · 0.80
WriteUnitySourceInclude
Method · 0.80
cmLocalGeneratorShortenObjectName
Function · 0.80
GetShortObjectFileName
Method · 0.80
ComputeCustomCommandRuleFileName
Function · 0.80
cmCMakeString.cxx
File · 0.80
GetCustomCommandTargetName
Method · 0.80
Calls
1
ByteHashString
Method · 0.95
Tested by
2
runTest
Function · 0.64
testProtocolWithPipes
Function · 0.64