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

Function DataBlock_ItemIsDeleted

src/util/datablock/datablock.c:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227inline bool DataBlock_ItemIsDeleted(void *item) {
228 DataBlockItemHeader *header = GET_ITEM_HEADER(item);
229 return IS_ITEM_DELETED(header);
230}
231
232//------------------------------------------------------------------------------
233// Out of order functionality

Callers 2

Graph_DeleteEdgesFunction · 0.85
Graph_EntityIsDeletedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected