MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / l_message

Function l_message

deps/lua/src/lua.c:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58static void l_message (const char *pname, const char *msg) {
59 if (pname) fprintf(stderr, "%s: ", pname);
60 fprintf(stderr, "%s\n", msg);
61 fflush(stderr);
62}
63
64
65static int report (lua_State *L, int status) {

Callers 4

reportFunction · 0.85
print_versionFunction · 0.85
dottyFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected