Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_isyieldable
Function
lua_isyieldable
third-party/lua-5.4.6/src/ldo.c:877–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
876
877
LUA_API int lua_isyieldable (lua_State *L) {
878
return yieldable(L);
879
}
880
881
882
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