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

Function resume_error

deps/lua/src/ldo.c:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408
409static int resume_error (lua_State *L, const char *msg) {
410 L->top = L->ci->base;
411 setsvalue2s(L, L->top, luaS_new(L, msg));
412 incr_top(L);
413 lua_unlock(L);
414 return LUA_ERRRUN;
415}
416
417
418LUA_API int lua_resume (lua_State *L, int nargs) {

Callers 1

lua_resumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected