MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / lua_isyieldable

Function lua_isyieldable

xrepo/packages/l/lua/port/lua/src/ldo.c:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837
838
839LUA_API int lua_isyieldable (lua_State *L) {
840 return yieldable(L);
841}
842
843
844LUA_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