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

Function _SlowLogItem_ToString

src/slow_log/slow_log.c:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static size_t _SlowLogItem_ToString
85(
86 const SlowLogItem *item,
87 char **s
88) {
89 ASSERT(item);
90 return _compute_key(s, item->cmd, item->query);
91}
92
93static void _SlowLog_RemoveItemFromLookup
94(

Callers 1

Calls 1

_compute_keyFunction · 0.85

Tested by

no test coverage detected