MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaE_warning

Function luaE_warning

third-party/lua-5.4.6/src/lstate.c:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426void luaE_warning (lua_State *L, const char *msg, int tocont) {
427 lua_WarnFunction wf = G(L)->warnf;
428 if (wf != NULL)
429 wf(G(L)->ud_warn, msg, tocont);
430}
431
432
433/*

Callers 2

luaE_warnerrorFunction · 0.70
lua_warningFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected