Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
static int luaB_corunning (lua_State *L) {
160
int ismain = lua_pushthread(L);
161
lua_pushboolean(L, ismain);
162
return 2;
163
}
164
165
166
static int luaB_close (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushthread
Function · 0.85
lua_pushboolean
Function · 0.85
Tested by
no test coverage detected