MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / DataBlock_DeletedItemsCount

Function DataBlock_DeletedItemsCount

src/util/datablock/datablock.c:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223uint DataBlock_DeletedItemsCount(const DataBlock *dataBlock) {
224 return array_len(dataBlock->deletedIdx);
225}
226
227inline bool DataBlock_ItemIsDeleted(void *item) {
228 DataBlockItemHeader *header = GET_ITEM_HEADER(item);

Callers 3

Graph_DeletedNodeCountFunction · 0.85
Graph_DeletedEdgeCountFunction · 0.85
DataBlock_GetReservedIdxFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected