MCPcopy Create free account
hub / github.com/csmith-project/csmith / Effect

Method Effect

src/Effect.cpp:82–89  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

80 *
81 */
82Effect::Effect(void) :
83 read_vars(0),
84 write_vars(0),
85 pure(true),
86 side_effect_free(true)
87{
88 // Nothing else to do.
89}
90
91/*
92 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected