Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ reach_max_functions_cnt
Method
reach_max_functions_cnt
src/Function.cpp:198–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
bool
199
Function::reach_max_functions_cnt()
200
{
201
return ((static_cast<int>(FuncList.size()) - builtin_functions_cnt) >= CGOptions::max_funcs());
202
}
203
204
const vector<Function*>&
205
get_all_functions(void)
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected