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

Function GraphEntity_GetAttributes

src/graph/entities/graph_entity.c:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225inline AttributeSet GraphEntity_GetAttributes
226(
227 const GraphEntity *e
228) {
229 ASSERT(e != NULL);
230
231 return *e->attributes;
232}
233
234inline int GraphEntity_ClearAttributes
235(

Callers 12

_RdbSaveEntityFunction · 0.85
EnforceUniqueEntityFunction · 0.85
UpdateEntityPropertiesFunction · 0.85
GraphEntity_KeysFunction · 0.85
GraphEntity_PropertiesFunction · 0.85
_JsonEncoder_PropertiesFunction · 0.85
EvalEntityUpdatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected