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

Method get_prefixed_name

src/DefaultRndNumGenerator.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98std::string
99DefaultRndNumGenerator::get_prefixed_name(const std::string &name)
100{
101 return name;
102}
103
104void
105DefaultRndNumGenerator::add_number(int v, int bound, int k)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected