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

Function _Graph_GetEntity

src/graph/graph.c:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static inline AttributeSet *_Graph_GetEntity(const DataBlock *entities, EntityID id) {
161 return DataBlock_GetItem(entities, id);
162}
163
164//------------------------------------------------------------------------------
165// Matrix synchronization and resizing functions

Callers 2

Graph_GetNodeFunction · 0.85
Graph_GetEdgeFunction · 0.85

Calls 1

DataBlock_GetItemFunction · 0.85

Tested by

no test coverage detected