MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaE_warning

Function luaE_warning

lib/lua/src/lstate.c:423–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

luaE_warnerrorFunction · 0.85
lua_warningFunction · 0.85

Calls 1

GFunction · 0.50

Tested by

no test coverage detected