| 25 | }; |
| 26 | |
| 27 | static inline size_t hash_str(const char *str) |
| 28 | { |
| 29 | return siphash24(siphash_seed(), str, strlen(str)); |
| 30 | } |
| 31 | |
| 32 | static inline const char *plugin_subscription_key(const struct plugin_subscription *ps) |
| 33 | { |
nothing calls this directly
no test coverage detected