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

Function RdbSaveGraph

src/serializers/encoder/encode_graph.c:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "v13/encode_v13.h"
9
10void RdbSaveGraph(RedisModuleIO *rdb, void *value) {
11 RdbSaveGraph_v13(rdb, value);
12}
13

Callers 2

_GraphMetaType_RdbSaveFunction · 0.85

Calls 1

RdbSaveGraph_v13Function · 0.85

Tested by

no test coverage detected