MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaB_costatus

Function luaB_costatus

third-party/lua-5.5.0/src/lcorolib.c:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150static int luaB_costatus (lua_State *L) {
151 lua_State *co = getco(L);
152 lua_pushstring(L, statname[auxstatus(L, co)]);
153 return 1;
154}
155
156
157static lua_State *getoptco (lua_State *L) {

Callers

nothing calls this directly

Calls 3

getcoFunction · 0.70
lua_pushstringFunction · 0.70
auxstatusFunction · 0.70

Tested by

no test coverage detected