Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ dut_libpq_notice_rx
Function
dut_libpq_notice_rx
postgres.cc:326–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
void dut_libpq_notice_rx(void *arg, const PGresult *res)
327
{
328
(void) arg;
329
(void) res;
330
}
331
332
void dut_libpq::connect(std::string &conninfo)
333
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected