Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ getoptco
Function
getoptco
third-party/lua-5.5.0/src/lcorolib.c:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
157
static lua_State *getoptco (lua_State *L) {
158
return (lua_isnone(L, 1) ? L : getco(L));
159
}
160
161
162
static int luaB_yieldable (lua_State *L) {
Callers
2
luaB_yieldable
Function · 0.85
luaB_close
Function · 0.85
Calls
1
getco
Function · 0.70
Tested by
no test coverage detected