MCPcopy 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 */
548bool
549Effect::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

sizeMethod · 0.80

Tested by

no test coverage detected