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

Function luaB_yield

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

Source from the content-addressed store, hash-verified

592
593
594static int luaB_yield (lua_State *L) {
595 return lua_yield(L, lua_gettop(L));
596}
597
598
599static int luaB_corunning (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_yieldFunction · 0.85
lua_gettopFunction · 0.70

Tested by

no test coverage detected