Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ get_number_by_pos
Method
get_number_by_pos
src/SimpleDeltaSequence.cpp:162–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
int
163
SimpleDeltaSequence::get_number_by_pos(int /*pos*/)
164
{
165
assert(0);
166
return 0;
167
}
168
169
int
170
SimpleDeltaSequence::get_number(int bound)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected