Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaB_yield
Function
luaB_yield
freebsd/contrib/openzfs/module/lua/lcorolib.c:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
static int luaB_yield (lua_State *L) {
98
return lua_yield(L, lua_gettop(L));
99
}
100
101
102
static int luaB_costatus (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_yield
Function · 0.85
lua_gettop
Function · 0.70
Tested by
no test coverage detected