MCPcopy Create free account
hub / github.com/Tencent/UnLua / protected_cont

Function protected_cont

Plugins/UnLuaExtensions/LuaSocket/Source/src/except.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94#if LUA_VERSION_NUM == 502
95static int protected_cont(lua_State *L) {
96 int ctx = 0;
97 int status = lua_getctx(L, &ctx);
98 return protected_finish(L, status, ctx);
99}
100#else
101#define protected_cont protected_finish
102#endif

Callers

nothing calls this directly

Calls 1

protected_finishFunction · 0.85

Tested by

no test coverage detected