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.5.0/src/ldo.c:1001–1003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
1000
1001
LUA_API int lua_isyieldable (lua_State *L) {
1002
return yieldable(L);
1003
}
1004
1005
1006
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