Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Append
Method
Append
Source/cmCryptoHash.cxx:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void cmCryptoHash::Append(void const* buf, size_t sz)
216
{
217
rhash_update(this->CTX, buf, sz);
218
}
219
220
void cmCryptoHash::Append(cm::string_view input)
221
{
Callers
15
ByteHashString
Method · 0.95
ByteHashStream
Method · 0.95
testAppend
Function · 0.45
addCommonStandardDocSections
Method · 0.45
addCMakeStandardDocSections
Method · 0.45
addCPackStandardDocSections
Method · 0.45
GetObjectId
Method · 0.45
SettingsFileRead
Method · 0.45
ClearDependencies
Method · 0.45
HandleAppendCommand
Function · 0.45
FromMd5
Method · 0.45
FromSha1
Method · 0.45
Calls
3
rhash_update
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
2
testAppend
Function · 0.36
ComputeFileNames
Method · 0.36