MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaB_yieldable

Function luaB_yieldable

src/Chain/libraries/glua/lcorolib.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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