Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ lua_warning
Function
lua_warning
3rd/lua-5.4.3/src/lapi.c:1327–1331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1325
1326
1327
void lua_warning (lua_State *L, const char *msg, int tocont) {
1328
lua_lock(L);
1329
luaE_warning(L, msg, tocont);
1330
lua_unlock(L);
1331
}
1332
1333
1334
Callers
2
runargs
Function · 0.85
luaB_warn
Function · 0.85
Calls
1
luaE_warning
Function · 0.85
Tested by
no test coverage detected