MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaB_cowrap

Function luaB_cowrap

third-party/lua-5.5.0/src/lcorolib.c:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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