Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void 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
TEST
Function · 0.50
Update
Method · 0.50
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.40
Update
Method · 0.40