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

Function lua_setwarnf

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

Source from the content-addressed store, hash-verified

1335
1336
1337void lua_setwarnf (lua_State *L, lua_WarnFunction f, void *ud) {
1338 lua_lock(L);
1339 G(L)->ud_warn = ud;
1340 G(L)->warnf = f;
1341 lua_unlock(L);
1342}
1343
1344
1345void lua_warning (lua_State *L, const char *msg, int tocont) {

Callers 3

checkcontrolFunction · 0.70
warnfcontFunction · 0.70
(luaL_newstate)Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected