Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11457
static int luaB_yield (lua_State *L) {
11458
return lua_yield(L, lua_gettop(L));
11459
}
11460
11461
11462
static int luaB_corunning (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_yield
Function · 0.85
lua_gettop
Function · 0.85
Tested by
no test coverage detected