Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaE_warning
Function
luaE_warning
lib/lua/src/lstate.c:423–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
422
423
void luaE_warning (lua_State *L, const char *msg, int tocont) {
424
lua_WarnFunction wf = G(L)->warnf;
425
if (wf != NULL)
426
wf(G(L)->ud_warn, msg, tocont);
427
}
428
429
430
/*
Callers
2
luaE_warnerror
Function · 0.85
lua_warning
Function · 0.85
Calls
1
G
Function · 0.50
Tested by
no test coverage detected