MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / Update

Function Update

tests/common/HashMD5.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void Update(HashMD5 &hash, const char *value)
72{
73 if (value)
74 {
75 Update(hash, std::string_view(value));
76 }
77 else
78 {
79 Update(hash, -28374);
80 }
81}
82
83} // namespace nvcv::test

Callers 2

TESTFunction · 0.50
UpdateMethod · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
UpdateMethod · 0.40