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

Function Record_AddEdge

src/execution_plan/record.c:291–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291Edge *Record_AddEdge
292(
293 Record r,
294 uint idx,
295 Edge edge
296) {
297 r->entries[idx].value.e = edge;
298 r->entries[idx].type = REC_TYPE_EDGE;
299 return &(r->entries[idx].value.e);
300}
301
302void Record_PersistScalars
303(

Callers 8

Record_AddFunction · 0.85
_CreateEdgesFunction · 0.85
_UpdateRecordFunction · 0.85
_CreateEntitiesFunction · 0.85
EvalEntityUpdatesFunction · 0.85
EdgeTraverseCtx_SetEdgeFunction · 0.85
addOutgoingNeighborsFunction · 0.85
addIncomingNeighborsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected