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

Function loaderror

deps/lua/src/loadlib.c:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373
374static void loaderror (lua_State *L, const char *filename) {
375 luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s",
376 lua_tostring(L, 1), filename, lua_tostring(L, -1));
377}
378
379
380static int loader_Lua (lua_State *L) {

Callers 3

loader_LuaFunction · 0.85
loader_CFunction · 0.85
loader_CrootFunction · 0.85

Calls 1

luaL_errorFunction · 0.85

Tested by

no test coverage detected