MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / dispatch_sql_query_int

Function dispatch_sql_query_int

db/sqlinterfaces.c:5141–5148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5139}
5140
5141static int dispatch_sql_query_int(struct sqlclntstate *clnt)
5142{
5143 int rc = verify_dispatch_sql_query(clnt);
5144 if (rc != 0) {
5145 return rc;
5146 }
5147 return enqueue_sql_query(clnt);
5148}
5149
5150int dispatch_sql_query(struct sqlclntstate *clnt)
5151{

Callers 2

dispatch_sql_queryFunction · 0.85

Calls 2

enqueue_sql_queryFunction · 0.85

Tested by

no test coverage detected