MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_isyieldable

Function lua_isyieldable

third-party/lua-5.3.5/src/ldo.c:687–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687LUA_API int lua_isyieldable (lua_State *L) {
688 return (L->nny == 0);
689}
690
691
692LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx,

Callers 1

luaB_yieldableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected