| 73 | } |
| 74 | |
| 75 | static 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 | |
| 84 | static size_t _SlowLogItem_ToString |
| 85 | ( |
no outgoing calls
no test coverage detected