MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / l_message

Function l_message

third-party/lua-5.2.4/src/lua.c:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129static void l_message (const char *pname, const char *msg) {
130 if (pname) luai_writestringerror("%s: ", pname);
131 luai_writestringerror("%s\n", msg);
132}
133
134
135static int report (lua_State *L, int status) {

Callers 4

reportFunction · 0.70
finalreportFunction · 0.70
dottyFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected