MCPcopy Create free account
hub / github.com/csmith-project/csmith / SearchState

Method SearchState

src/DFSRndNumGenerator.cpp:85–92  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

83 *
84 */
85DFSRndNumGenerator::SearchState::SearchState(int index)
86 : init_(false),
87 value_(0),
88 bound_(0),
89 index_(index)
90{
91 // Nothing to do
92}
93
94DFSRndNumGenerator::SearchState::SearchState(const DFSRndNumGenerator::SearchState &state)
95 : init_(state.init_),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected