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

Method get_sequence

src/DFSRndNumGenerator.cpp:426–432  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

424 *
425 */
426void
427DFSRndNumGenerator::get_sequence(std::string &sequence)
428{
429 std::ostringstream ss;
430 seq_->get_sequence(ss);
431 sequence = ss.str();
432}
433
434std::string
435DFSRndNumGenerator::get_prefixed_name(const std::string &name)

Callers 1

get_prefixed_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected