Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_warning
Function
lua_warning
lua/src/lapi.c:1338–1342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1336
1337
1338
void lua_warning (lua_State *L, const char *msg, int tocont) {
1339
lua_lock(L);
1340
luaE_warning(L, msg, tocont);
1341
lua_unlock(L);
1342
}
1343
1344
1345
Callers
2
runargs
Function · 0.85
luaB_warn
Function · 0.85
Calls
1
luaE_warning
Function · 0.85
Tested by
no test coverage detected