MCPcopy 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
138static int luaB_yieldable (lua_State *L) {
139 lua_pushboolean(L, lua_isyieldable(L));
140 return 1;
141}
142
143
144static int luaB_corunning (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.70
lua_isyieldableFunction · 0.70

Tested by

no test coverage detected