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

Function luaB_yield

Source/Misc/lua/src/lua.c:11457–11459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11455
11456
11457static int luaB_yield (lua_State *L) {
11458return lua_yield(L, lua_gettop(L));
11459}
11460
11461
11462static int luaB_corunning (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_yieldFunction · 0.85
lua_gettopFunction · 0.85

Tested by

no test coverage detected