Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Initialize
Method
Initialize
Source/cmCryptoHash.cxx:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void cmCryptoHash::Initialize()
211
{
212
rhash_reset(this->CTX);
213
}
214
215
void cmCryptoHash::Append(void const* buf, size_t sz)
216
{
Callers
2
ByteHashString
Method · 0.95
ByteHashStream
Method · 0.95
Calls
1
rhash_reset
Function · 0.85
Tested by
no test coverage detected