MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaB_corunning

Function luaB_corunning

Source/Misc/lua/src/lua.c:11462–11466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11460
11461
11462static int luaB_corunning (lua_State *L) {
11463if (lua_pushthread(L))
11464lua_pushnil(L); /* main thread is not a coroutine */
11465return 1;
11466}
11467
11468
11469static const luaL_Reg co_funcs[] = {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.85
lua_pushnilFunction · 0.85

Tested by

no test coverage detected