MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / warnfon

Function warnfon

lua/src/lauxlib.c:1080–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078
1079
1080static void warnfon (void *ud, const char *message, int tocont) {
1081 if (checkcontrol((lua_State *)ud, message, tocont)) /* control message? */
1082 return; /* nothing else to be done */
1083 lua_writestringerror("%s", "Lua warning: "); /* start a new warning */
1084 warnfcont(ud, message, tocont); /* finish processing */
1085}
1086
1087
1088LUALIB_API lua_State *luaL_newstate (void) {

Callers

nothing calls this directly

Calls 2

checkcontrolFunction · 0.85
warnfcontFunction · 0.85

Tested by

no test coverage detected