MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaB_yieldable

Function luaB_yieldable

third-party/lua-5.5.0/src/lcorolib.c:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162static int luaB_yieldable (lua_State *L) {
163 lua_State *co = getoptco(L);
164 lua_pushboolean(L, lua_isyieldable(co));
165 return 1;
166}
167
168
169static int luaB_corunning (lua_State *L) {

Callers

nothing calls this directly

Calls 3

getoptcoFunction · 0.85
lua_pushbooleanFunction · 0.70
lua_isyieldableFunction · 0.70

Tested by

no test coverage detected