Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
std::string
76
DFSProgramGenerator::get_count_prefix(const std::string &name)
77
{
78
std::ostringstream ss;
79
ss <<
"p_"
<< good_count_ <<
"_"
<< name;
80
return ss.str();
81
}
82
83
void
84
DFSProgramGenerator::goGenerator()
Callers
1
get_prefixed_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected