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

Function luaB_corunning

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

Source from the content-addressed store, hash-verified

167
168
169static int luaB_corunning (lua_State *L) {
170 int ismain = lua_pushthread(L);
171 lua_pushboolean(L, ismain);
172 return 2;
173}
174
175
176static int luaB_close (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.70
lua_pushbooleanFunction · 0.70

Tested by

no test coverage detected