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

Function lua_warning

third-party/lua-5.4.6/src/lapi.c:1335–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333
1334
1335void lua_warning (lua_State *L, const char *msg, int tocont) {
1336 lua_lock(L);
1337 luaE_warning(L, msg, tocont);
1338 lua_unlock(L);
1339}
1340
1341
1342

Callers 2

runargsFunction · 0.70
luaB_warnFunction · 0.70

Calls 1

luaE_warningFunction · 0.70

Tested by

no test coverage detected