MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaB_cowrap

Function luaB_cowrap

Source/Misc/lua/src/lua.c:11450–11454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11448
11449
11450static int luaB_cowrap (lua_State *L) {
11451luaB_cocreate(L);
11452lua_pushcclosure(L, luaB_auxwrap, 1);
11453return 1;
11454}
11455
11456
11457static 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