Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ match
Method
match
prod.cc:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void prod::match()
39
{
40
if (!impedance::matched(this))
41
throw std::runtime_error(
"impedance mismatch"
);
42
}
43
44
void prod::fail(const char *reason)
45
{
Callers
nothing calls this directly
Calls
1
matched
Function · 0.70
Tested by
no test coverage detected