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

Function resume_error

lua/ldo.c:416–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415
416static int resume_error (lua_State *L, const char *msg) {
417 L->top = L->ci->base;
418 setsvalue2s(L, L->top, luaS_new(L, msg));
419 incr_top(L);
420 lua_unlock(L);
421 return LUA_ERRRUN;
422}
423
424
425LUA_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