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

Method get_sequence

src/SimpleDeltaSequence.cpp:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void
204SimpleDeltaSequence::get_sequence(ostream &out)
205{
206 assert(!seq_map_.empty());
207
208 std::map<int, SimpleDeltaSequence::ValuePair*>::iterator i;
209 for (i = seq_map_.begin(); i != seq_map_.end(); ++i) {
210 output_one(out, (*i).second);
211 }
212}
213
214unsigned INT64
215SimpleDeltaSequence::sequence_length()

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected