Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ operator()
Method
operator()
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:1111–1113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1109
namespace std {
1110
1111
std::size_t hash<Valdi::Value>::operator()(const Valdi::Value& k) const noexcept {
1112
return k.hash();
1113
}
1114
1115
} // namespace std
Callers
nothing calls this directly
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected