MCPcopy Create free account
hub / github.com/apache/trafficserver / countof

Function countof

plugins/experimental/hook-trace/hook-trace.cc:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

TSPluginInitFunction · 0.70
InjectCacheHeaderFunction · 0.50
InjectMilestonesHeaderFunction · 0.50
TSPluginInitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected