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

Method safe_invocation

src/FunctionInvocationUser.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 virtual void indented_output(std::ostream &out, int indent) const;
76
77 virtual bool safe_invocation() const { return true; }
78
79 const Function* get_func(void) const { return func; };
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected