Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaB_corunning
Function
luaB_corunning
freebsd/contrib/openzfs/module/lua/lcorolib.c:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
130
static int luaB_corunning (lua_State *L) {
131
int ismain = lua_pushthread(L);
132
lua_pushboolean(L, ismain);
133
return 2;
134
}
135
136
137
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