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.5.0/src/lcorolib.c:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
static int luaB_yield (lua_State *L) {
114
return lua_yield(L, lua_gettop(L));
115
}
116
117
118
#define COS_RUN 0
Callers
nothing calls this directly
Calls
2
lua_yield
Function · 0.85
lua_gettop
Function · 0.70
Tested by
no test coverage detected