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

Method get_count_prefix

src/DFSProgramGenerator.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75std::string
76DFSProgramGenerator::get_count_prefix(const std::string &name)
77{
78 std::ostringstream ss;
79 ss << "p_" << good_count_ << "_" << name;
80 return ss.str();
81}
82
83void
84DFSProgramGenerator::goGenerator()

Callers 1

get_prefixed_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected