Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_warning
Function
lua_warning
extlibs/lua/src/lapi.c:1290–1294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1288
1289
1290
void lua_warning (lua_State *L, const char *msg, int tocont) {
1291
lua_lock(L);
1292
luaE_warning(L, msg, tocont);
1293
lua_unlock(L);
1294
}
1295
1296
1297
Callers
2
runargs
Function · 0.85
luaB_warn
Function · 0.85
Calls
1
luaE_warning
Function · 0.85
Tested by
no test coverage detected