MCPcopy 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
90static int luaB_cowrap (lua_State *L) {
91 luaB_cocreate(L);
92 lua_pushcclosure(L, luaB_auxwrap, 1);
93 return 1;
94}
95
96
97static int luaB_yield (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaB_cocreateFunction · 0.70
lua_pushcclosureFunction · 0.70

Tested by

no test coverage detected