MCPcopy 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
157static lua_State *getoptco (lua_State *L) {
158 return (lua_isnone(L, 1) ? L : getco(L));
159}
160
161
162static int luaB_yieldable (lua_State *L) {

Callers 2

luaB_yieldableFunction · 0.85
luaB_closeFunction · 0.85

Calls 1

getcoFunction · 0.70

Tested by

no test coverage detected