Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
inline bool GraphEntity_IsDeleted
219
(
220
const GraphEntity *e
221
) {
222
return Graph_EntityIsDeleted(e);
223
}
224
225
inline AttributeSet GraphEntity_GetAttributes
226
(
Callers
2
_CreateEdges
Function · 0.85
CommitUpdates
Function · 0.85
Calls
1
Graph_EntityIsDeleted
Function · 0.85
Tested by
no test coverage detected