Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_isyieldable
Function
lua_isyieldable
src/Chain/libraries/glua/ldo.cpp:716–718 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
714
715
716
LUA_API int lua_isyieldable(lua_State *L) {
717
return (L->nny == 0);
718
}
719
720
721
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