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

Function lua_error

deps/lua/src/lapi.c:964–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962
963
964LUA_API int lua_error (lua_State *L) {
965 lua_lock(L);
966 api_checknelems(L, 1);
967 luaG_errormsg(L);
968 lua_unlock(L);
969 return 0; /* to avoid warnings */
970}
971
972
973LUA_API int lua_next (lua_State *L, int idx) {

Callers 14

luaRaiseErrorFunction · 0.85
luaRedisSha1hexCommandFunction · 0.85
luaRedisSetReplCommandFunction · 0.85
luaLogCommandFunction · 0.85
luaSetRespFunction · 0.85
luaMaskCountHookFunction · 0.85
ldbReplFunction · 0.85
luaLdbLineHookFunction · 0.85
luaY_parserFunction · 0.85
luaU_dumpFunction · 0.85
luaB_errorFunction · 0.85
luaB_dofileFunction · 0.85

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected