Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaB_yield
Function
luaB_yield
third-party/lua-5.3.5/src/lcorolib.c:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
106
static int luaB_yield (lua_State *L) {
107
return lua_yield(L, lua_gettop(L));
108
}
109
110
111
static int luaB_costatus (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_yield
Function · 0.85
lua_gettop
Function · 0.70
Tested by
no test coverage detected