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

Function wrap_create_instance

include/cripts/Epilogue.hpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201// instance data.
202template <typename T>
203auto
204wrap_create_instance(T *context, bool execute, CaseTag<1>) -> decltype(_do_create_instance(context), bool())
205{
206 if (execute) {
207 _do_create_instance(context);
208 }
209 return true;
210}
211
212template <typename T>
213auto

Callers 1

TSRemapNewInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected