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

Function lstop

deps/lua/src/lua.c:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28static void lstop (lua_State *L, lua_Debug *ar) {
29 (void)ar; /* unused arg. */
30 lua_sethook(L, NULL, 0, 0);
31 luaL_error(L, "interrupted!");
32}
33
34
35static void laction (int i) {

Callers

nothing calls this directly

Calls 2

lua_sethookFunction · 0.85
luaL_errorFunction · 0.85

Tested by

no test coverage detected