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

Function Pair_Free

src/datatypes/map.c:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void Pair_Free
35(
36 Pair p
37) {
38 SIValue_Free(p.key);
39 SIValue_Free(p.val);
40}
41
42static int Map_KeyIdx
43(

Callers 2

Map_RemoveFunction · 0.85
Map_FreeFunction · 0.85

Calls 1

SIValue_FreeFunction · 0.85

Tested by

no test coverage detected