Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
public:
88
static int get_error() { return Error::r_error_; }
89
static void set_error(int error) { Error::r_error_ = error; }
90
private:
91
Error();
92
~Error();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected