MCPcopy 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
162int
163SimpleDeltaSequence::get_number_by_pos(int /*pos*/)
164{
165 assert(0);
166 return 0;
167}
168
169int
170SimpleDeltaSequence::get_number(int bound)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected