MCPcopy 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
215void cmCryptoHash::Append(void const* buf, size_t sz)
216{
217 rhash_update(this->CTX, buf, sz);
218}
219
220void cmCryptoHash::Append(cm::string_view input)
221{

Callers 15

ByteHashStringMethod · 0.95
ByteHashStreamMethod · 0.95
testAppendFunction · 0.45
GetObjectIdMethod · 0.45
SettingsFileReadMethod · 0.45
ClearDependenciesMethod · 0.45
HandleAppendCommandFunction · 0.45
FromMd5Method · 0.45
FromSha1Method · 0.45

Calls 3

rhash_updateFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

testAppendFunction · 0.36
ComputeFileNamesMethod · 0.36