Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ staticRandomHash64Iter
Function
staticRandomHash64Iter
source/core/StarStaticRandom.hpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
inline void staticRandomHash64Iter(XXHash64&) {}
27
28
template <typename T, typename... TL>
29
void staticRandomHash64Iter(XXHash64& hash, T const& v, TL const&... rest) {
Callers
1
staticRandomHash64
Function · 0.85
Calls
1
xxHash64Push
Function · 0.85
Tested by
no test coverage detected