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

Function ts_lua_warning

plugins/lua/ts_lua_misc.cc:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274static int
275ts_lua_warning(lua_State *L)
276{
277 const char *msg;
278 size_t len = 0;
279
280 msg = luaL_checklstring(L, 1, &len);
281 TSWarning("%.*s", (int)len, msg);
282 return 0;
283}
284
285static int
286ts_lua_alert(lua_State *L)

Callers

nothing calls this directly

Calls 1

TSWarningFunction · 0.85

Tested by

no test coverage detected