| 29 | |
| 30 | template <typename T, unsigned N> |
| 31 | static inline unsigned |
| 32 | countof(const T (&)[N]) |
| 33 | { |
| 34 | return N; |
| 35 | } |
| 36 | |
| 37 | static int |
| 38 | HttpHookTracer(TSCont /* contp ATS_UNUSED */, TSEvent event, void *edata) |
no outgoing calls
no test coverage detected