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

Function consume_previous_query

cdb2api/cdb2api.c:4311–4318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4309}
4310
4311static inline void consume_previous_query(cdb2_hndl_tp *hndl)
4312{
4313 while (cdb2_next_record_int(hndl, 0) == CDB2_OK)
4314 ;
4315
4316 clear_responses(hndl);
4317 hndl->rows_read = 0;
4318}
4319
4320#define GOTO_RETRY_QUERIES() \
4321 do { \

Callers 1

Calls 2

cdb2_next_record_intFunction · 0.85
clear_responsesFunction · 0.85

Tested by

no test coverage detected