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

Function lua_warning

third-party/lua-5.5.0/src/lapi.c:1345–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343
1344
1345void lua_warning (lua_State *L, const char *msg, int tocont) {
1346 lua_lock(L);
1347 luaE_warning(L, msg, tocont);
1348 lua_unlock(L);
1349}
1350
1351
1352

Callers 3

runargsFunction · 0.70
lua_initreadlineFunction · 0.70
luaB_warnFunction · 0.70

Calls 1

luaE_warningFunction · 0.70

Tested by

no test coverage detected