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

Method set_error

src/Error.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87public:
88 static int get_error() { return Error::r_error_; }
89 static void set_error(int error) { Error::r_error_ = error; }
90private:
91 Error();
92 ~Error();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected