Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
static void Pair_Free
35
(
36
Pair p
37
) {
38
SIValue_Free(p.key);
39
SIValue_Free(p.val);
40
}
41
42
static int Map_KeyIdx
43
(
Callers
2
Map_Remove
Function · 0.85
Map_Free
Function · 0.85
Calls
1
SIValue_Free
Function · 0.85
Tested by
no test coverage detected