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.5.0/src/lstate.c:398–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
397
398
void luaE_warning (lua_State *L, const char *msg, int tocont) {
399
lua_WarnFunction wf = G(L)->warnf;
400
if (wf != NULL)
401
wf(G(L)->ud_warn, msg, tocont);
402
}
403
404
405
/*
Callers
2
luaE_warnerror
Function · 0.70
lua_warning
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected