MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaB_yieldable

Function luaB_yieldable

ThirdParty/lua/lua/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.85
lua_isyieldableFunction · 0.85

Tested by

no test coverage detected