MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaB_costatus

Function luaB_costatus

extlibs/lua/src/lcorolib.c:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144
145static int luaB_costatus (lua_State *L) {
146 lua_State *co = getco(L);
147 lua_pushstring(L, statname[auxstatus(L, co)]);
148 return 1;
149}
150
151
152static int luaB_yieldable (lua_State *L) {

Callers

nothing calls this directly

Calls 3

getcoFunction · 0.85
lua_pushstringFunction · 0.85
auxstatusFunction · 0.85

Tested by

no test coverage detected