Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaB_corunning
Function
luaB_corunning
third-party/lua-5.5.0/src/lcorolib.c:169–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
168
169
static int luaB_corunning (lua_State *L) {
170
int ismain = lua_pushthread(L);
171
lua_pushboolean(L, ismain);
172
return 2;
173
}
174
175
176
static int luaB_close (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushthread
Function · 0.70
lua_pushboolean
Function · 0.70
Tested by
no test coverage detected