Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_warning
Function
lua_warning
third-party/lua-5.5.0/src/lapi.c:1345–1349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1343
1344
1345
void lua_warning (lua_State *L, const char *msg, int tocont) {
1346
lua_lock(L);
1347
luaE_warning(L, msg, tocont);
1348
lua_unlock(L);
1349
}
1350
1351
1352
Callers
3
runargs
Function · 0.70
lua_initreadline
Function · 0.70
luaB_warn
Function · 0.70
Calls
1
luaE_warning
Function · 0.70
Tested by
no test coverage detected