MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / get_hash

Function get_hash

test/verify/run_verify.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170template <class T>
171static auto get_hash(const T& x)
172{
173 return std::hash<T>{}(x);
174}
175
176void run_verify::verify(const program_info& pi) const
177{

Callers 1

verifyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected