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

Function TSEmergency

src/api/InkAPI.cc:276–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void
277TSEmergency(const char *fmt, ...)
278{
279 va_list args;
280
281 va_start(args, fmt);
282 EmergencyV(fmt, args);
283 va_end(args);
284}
285
286// Assert in debug AND optim
287void

Callers 8

TSPluginInitFunction · 0.85
LifecycleHookTracerFunction · 0.85
TSPluginInitFunction · 0.85
esiPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
message_handlerFunction · 0.85
ts_lua_emergencyFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected