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

Method get_sequence

src/SimpleDeltaRndNumGenerator.cpp:119–125  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

117 *
118 */
119void
120SimpleDeltaRndNumGenerator::get_sequence(std::string &sequence)
121{
122 std::ostringstream ss;
123 seq_->get_sequence(ss);
124 sequence = ss.str();
125}
126
127std::string
128SimpleDeltaRndNumGenerator::get_prefixed_name(const std::string &name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected