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