MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaB_corunning

Function luaB_corunning

depends/lua/src/lcorolib.c:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144static int luaB_corunning (lua_State *L) {
145 int ismain = lua_pushthread(L);
146 lua_pushboolean(L, ismain);
147 return 2;
148}
149
150
151static const luaL_Reg co_funcs[] = {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.85
lua_pushbooleanFunction · 0.85

Tested by

no test coverage detected