Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
void
257
TSFatal(const char *fmt, ...)
258
{
259
va_list args;
260
261
va_start(args, fmt);
262
FatalV(fmt, args);
263
va_end(args);
264
}
265
266
void
267
TSAlert(const char *fmt, ...)
Callers
6
LifecycleHookTracer
Function · 0.85
_notify_send_to_vconn
Method · 0.85
_notify_recv_from_vconn
Method · 0.85
stek_updater
Function · 0.85
startup
Method · 0.85
ts_lua_fatal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected