MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / loaderror

Function loaderror

other_src/lua/src/loadlib.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387
388
389static void loaderror (lua_State *L, const char *filename) {
390 luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s",
391 lua_tostring(L, 1), filename, lua_tostring(L, -1));
392}
393
394
395static int loader_Lua (lua_State *L) {

Callers 3

loader_LuaFunction · 0.70
loader_CFunction · 0.70
loader_CrootFunction · 0.70

Calls 1

luaL_errorFunction · 0.70

Tested by

no test coverage detected