Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaB_corunning
Function
luaB_corunning
lib/lua/src/lcorolib.c:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
163
static int luaB_corunning (lua_State *L) {
164
int ismain = lua_pushthread(L);
165
lua_pushboolean(L, ismain);
166
return 2;
167
}
168
169
170
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