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.3.5/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.70
lua_pushboolean
Function · 0.70
Tested by
no test coverage detected