Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaB_yieldable
Function
luaB_yieldable
third-party/lua-5.3.5/src/lcorolib.c:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
138
static int luaB_yieldable (lua_State *L) {
139
lua_pushboolean(L, lua_isyieldable(L));
140
return 1;
141
}
142
143
144
static int luaB_corunning (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushboolean
Function · 0.70
lua_isyieldable
Function · 0.70
Tested by
no test coverage detected