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

Function bdb_queue_get_stats

bdb/queue.c:2128–2134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2126}
2127
2128const struct bdb_queue_stats *bdb_queue_get_stats(bdb_state_type *bdb_state)
2129{
2130 if (bdb_state->bdbtype == BDBTYPE_QUEUEDB)
2131 return bdb_queuedb_get_stats(bdb_state);
2132
2133 return &bdb_state->qpriv->stats;
2134}

Callers 1

stat_thread_intFunction · 0.85

Calls 1

bdb_queuedb_get_statsFunction · 0.85

Tested by

no test coverage detected