Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ lua_isyieldable
Function
lua_isyieldable
3rd/lua-5.4.3/src/ldo.c:805–807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
803
804
805
LUA_API int lua_isyieldable (lua_State *L) {
806
return yieldable(L);
807
}
808
809
810
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