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

Function Node_ToString

src/graph/entities/node.c:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "node.h"
8
9void Node_ToString
10(
11 const Node *n,
12 char **buffer,
13 size_t *bufferLen,
14 size_t *bytesWritten,
15 GraphEntityStringFormat format
16) {
17 GraphEntity_ToString((const GraphEntity *)n, buffer, bufferLen,
18 bytesWritten, format, GETYPE_NODE);
19}
20

Callers 1

SIValue_ToStringFunction · 0.85

Calls 1

GraphEntity_ToStringFunction · 0.85

Tested by

no test coverage detected