Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ lua_isyieldable
Function
lua_isyieldable
ThirdParty/lua/lua/ldo.c:602–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
601
602
LUA_API int lua_isyieldable (lua_State *L) {
603
return (L->nny == 0);
604
}
605
606
607
LUA_API int lua_yieldk (lua_State *L, int nresults, lua_KContext ctx,
Callers
1
luaB_yieldable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected