Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
void 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_warnerror
Function · 0.70
lua_warning
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected