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

Function luaB_yield

third-party/lua-5.4.6/src/lcorolib.c:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112static int luaB_yield (lua_State *L) {
113 return lua_yield(L, lua_gettop(L));
114}
115
116
117#define COS_RUN 0

Callers

nothing calls this directly

Calls 2

lua_yieldFunction · 0.85
lua_gettopFunction · 0.70

Tested by

no test coverage detected