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

Function wrap_glb_init

include/cripts/Epilogue.hpp:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401// glb_init caller (not a hook, called when the global plugin is initialized).
402template <typename T>
403auto
404wrap_glb_init(T *context, bool execute, CaseTag<1>) -> decltype(_glb_init(context), bool())
405{
406 if (execute) {
407 _glb_init(context);
408 }
409 return true;
410}
411
412template <typename T>
413auto

Callers 1

TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected