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

Method get_count_prefix

src/DefaultProgramGenerator.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string
84DefaultProgramGenerator::get_count_prefix(const std::string &)
85{
86 assert(0);
87 return "";
88}
89
90void
91DefaultProgramGenerator::goGenerator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected