MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_error

Function lua_error

lua/lapi.c:971–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969
970
971LUA_API int lua_error (lua_State *L) {
972 lua_lock(L);
973 api_checknelems(L, 1);
974 luaG_errormsg(L);
975 lua_unlock(L);
976 return 0; /* to avoid warnings */
977}
978
979
980LUA_API int lua_next (lua_State *L, int idx) {

Callers 4

luaB_errorFunction · 0.85
luaB_dofileFunction · 0.85
luaB_auxwrapFunction · 0.85
luaL_errorFunction · 0.85

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected