Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ dut_base
Class
dut_base
dut.hh:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
struct dut_base {
45
std::string version;
46
virtual void test(const std::string &stmt) = 0;
47
};
48
49
50
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected