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

Function luaB_corunning

lib/lua/src/lcorolib.c:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163static int luaB_corunning (lua_State *L) {
164 int ismain = lua_pushthread(L);
165 lua_pushboolean(L, ismain);
166 return 2;
167}
168
169
170static int luaB_close (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.85
lua_pushbooleanFunction · 0.85

Tested by

no test coverage detected