MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaB_cowrap

Function luaB_cowrap

3rd/lua-5.4.3/src/lcorolib.c:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105static int luaB_cowrap (lua_State *L) {
106 luaB_cocreate(L);
107 lua_pushcclosure(L, luaB_auxwrap, 1);
108 return 1;
109}
110
111
112static 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