MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaB_corunning

Function luaB_corunning

extlibs/lua/src/lcorolib.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159static int luaB_corunning (lua_State *L) {
160 int ismain = lua_pushthread(L);
161 lua_pushboolean(L, ismain);
162 return 2;
163}
164
165
166static int luaB_close (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.85
lua_pushbooleanFunction · 0.85

Tested by

no test coverage detected