Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ is_empty
Method
is_empty
src/Effect.cpp:548–552 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
546
*
547
*/
548
bool
549
Effect::is_empty(void) const
550
{
551
return read_vars.size()==0 && write_vars.size()==0;
552
}
553
554
/*
555
*
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected