MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaB_costatus

Function luaB_costatus

lib/lua/src/lcorolib.c:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149static int luaB_costatus (lua_State *L) {
150 lua_State *co = getco(L);
151 lua_pushstring(L, statname[auxstatus(L, co)]);
152 return 1;
153}
154
155
156static 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