Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaB_cowrap
Function
luaB_cowrap
freebsd/contrib/openzfs/module/lua/lcorolib.c:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
static int luaB_cowrap (lua_State *L) {
91
luaB_cocreate(L);
92
lua_pushcclosure(L, luaB_auxwrap, 1);
93
return 1;
94
}
95
96
97
static int luaB_yield (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaB_cocreate
Function · 0.70
lua_pushcclosure
Function · 0.70
Tested by
no test coverage detected