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

Function ts_lua_note

plugins/lua/ts_lua_misc.cc:263–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static int
264ts_lua_note(lua_State *L)
265{
266 const char *msg;
267 size_t len = 0;
268
269 msg = luaL_checklstring(L, 1, &len);
270 TSNote("%.*s", (int)len, msg);
271 return 0;
272}
273
274static int
275ts_lua_warning(lua_State *L)

Callers

nothing calls this directly

Calls 1

TSNoteFunction · 0.85

Tested by

no test coverage detected