Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ is_local
Method
is_local
src/Variable.cpp:493–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
bool
494
Variable::is_local(void) const
495
{
496
return (name.find(
"l_"
) == 0);
497
}
498
499
// -------------------------------------------------------------
500
bool
Callers
2
makeup_new_var_facts
Method · 0.80
make_random
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected