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

Function GraphEntity_IsDeleted

src/graph/entities/graph_entity.c:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218inline bool GraphEntity_IsDeleted
219(
220 const GraphEntity *e
221) {
222 return Graph_EntityIsDeleted(e);
223}
224
225inline AttributeSet GraphEntity_GetAttributes
226(

Callers 2

_CreateEdgesFunction · 0.85
CommitUpdatesFunction · 0.85

Calls 1

Graph_EntityIsDeletedFunction · 0.85

Tested by

no test coverage detected