Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ lookup
Method
lookup
src/VectorFilter.cpp:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
int
96
VectorFilter::lookup(int v) const
97
{
98
if (!this->valid_filter() || ptable == NULL)
99
return v;
100
return v = ptable->rnd_num_to_key(v);
101
}
Callers
2
AssignOpsProbability
Method · 0.80
ExpressionTypeProbability
Function · 0.80
Calls
2
valid_filter
Method · 0.80
rnd_num_to_key
Method · 0.80
Tested by
no test coverage detected