MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaB_cowrap

Function luaB_cowrap

extlibs/lua/src/lcorolib.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101static int luaB_cowrap (lua_State *L) {
102 luaB_cocreate(L);
103 lua_pushcclosure(L, luaB_auxwrap, 1);
104 return 1;
105}
106
107
108static int luaB_yield (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaB_cocreateFunction · 0.85
lua_pushcclosureFunction · 0.85

Tested by

no test coverage detected