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

Function lua_isyieldable

third-party/lua-5.4.6/src/ldo.c:877–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875
876
877LUA_API int lua_isyieldable (lua_State *L) {
878 return yieldable(L);
879}
880
881
882LUA_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