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

Function _compute_key

src/slow_log/slow_log.c:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline size_t _compute_key
76(
77 char **s,
78 const char *cmd,
79 const char *query
80) {
81 return asprintf(s, "%s %s", cmd, query);
82}
83
84static size_t _SlowLogItem_ToString
85(

Callers 2

_SlowLogItem_ToStringFunction · 0.85
_SlowLog_ContainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected