MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_isyieldable

Function lua_isyieldable

3rd/lua-5.4.3/src/ldo.c:805–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803
804
805LUA_API int lua_isyieldable (lua_State *L) {
806 return yieldable(L);
807}
808
809
810LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx,

Callers 1

luaB_yieldableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected