Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ get_indirect_level
Method
get_indirect_level
src/ExpressionVariable.cpp:186–190 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
184
*
185
*/
186
int
187
ExpressionVariable::get_indirect_level(void) const
188
{
189
return var.type->get_indirect_level() - type->get_indirect_level();
190
}
191
192
/*
193
*
Callers
1
make_random
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected