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

Function TSFatal

src/api/InkAPI.cc:256–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void
257TSFatal(const char *fmt, ...)
258{
259 va_list args;
260
261 va_start(args, fmt);
262 FatalV(fmt, args);
263 va_end(args);
264}
265
266void
267TSAlert(const char *fmt, ...)

Callers 6

LifecycleHookTracerFunction · 0.85
_notify_send_to_vconnMethod · 0.85
stek_updaterFunction · 0.85
startupMethod · 0.85
ts_lua_fatalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected