Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaE_warning
Function
luaE_warning
3rd/lua-5.4.3/src/lstate.c:417–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
417
void luaE_warning (lua_State *L, const char *msg, int tocont) {
418
lua_WarnFunction wf = G(L)->warnf;
419
if (wf != NULL)
420
wf(G(L)->ud_warn, msg, tocont);
421
}
422
423
424
/*
Callers
2
luaE_warnerror
Function · 0.85
lua_warning
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected