Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ broken
Method
broken
dut.hh:28–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
struct broken : failure {
28
broken(const char *s, const char *sqlstate_ =
""
) throw()
29
: failure(s, sqlstate_) { }
30
};
31
32
struct timeout : failure {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected