Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ V
Method
V
cpp/main.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
{
38
__m256i v;
39
FORCE_INLINE V() {}
40
FORCE_INLINE V(const __m256i &v): v(v) {}
41
FORCE_INLINE V(uint64_t v0, uint64_t v1, uint64_t v2, uint64_t v3)
42
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected