Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
static int luaB_corunning (lua_State *L) {
145
int ismain = lua_pushthread(L);
146
lua_pushboolean(L, ismain);
147
return 2;
148
}
149
150
151
static const luaL_Reg co_funcs[] = {
Callers
nothing calls this directly
Calls
2
lua_pushthread
Function · 0.85
lua_pushboolean
Function · 0.85
Tested by
no test coverage detected