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

Function Edge_ToString

src/graph/entities/edge.c:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Edge_ToString
69(
70 const Edge *e,
71 char **buffer,
72 size_t *bufferLen,
73 size_t *bytesWritten,
74 GraphEntityStringFormat format
75) {
76 GraphEntity_ToString((const GraphEntity *)e, buffer, bufferLen, bytesWritten, format, GETYPE_EDGE);
77}
78
79void Edge_Free
80(

Callers 1

SIValue_ToStringFunction · 0.85

Calls 1

GraphEntity_ToStringFunction · 0.85

Tested by

no test coverage detected