MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaB_cowrap

Function luaB_cowrap

app/redis-6.2.6/deps/lua/src/lbaselib.c:587–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585
586
587static int luaB_cowrap (lua_State *L) {
588 luaB_cocreate(L);
589 lua_pushcclosure(L, luaB_auxwrap, 1);
590 return 1;
591}
592
593
594static 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