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

Function ts_lua_fatal

plugins/lua/ts_lua_misc.cc:241–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static int
242ts_lua_fatal(lua_State *L)
243{
244 const char *msg;
245 size_t len = 0;
246
247 msg = luaL_checklstring(L, 1, &len);
248 TSFatal("%.*s", (int)len, msg);
249 return 0;
250}
251
252static int
253ts_lua_status(lua_State *L)

Callers

nothing calls this directly

Calls 1

TSFatalFunction · 0.85

Tested by

no test coverage detected