Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ timeout
Class
timeout
dut.hh:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
struct timeout : failure {
33
timeout(const char *s, const char *sqlstate_ =
""
) throw()
34
: failure(s, sqlstate_) { }
35
};
36
37
struct syntax : failure {
38
syntax(const char *s, const char *sqlstate_ =
""
) throw()
Callers
2
test
Method · 0.85
test
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected