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

Function luaB_cowrap

third-party/lua-5.2.4/src/lcorolib.c:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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