Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
839
LUA_API int lua_isyieldable (lua_State *L) {
840
return yieldable(L);
841
}
842
843
844
LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx,
Callers
1
luaB_yieldable
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected