MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaB_corunning

Function luaB_corunning

freebsd/contrib/openzfs/module/lua/lcorolib.c:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130static int luaB_corunning (lua_State *L) {
131 int ismain = lua_pushthread(L);
132 lua_pushboolean(L, ismain);
133 return 2;
134}
135
136
137static const luaL_Reg co_funcs[] = {

Callers

nothing calls this directly

Calls 2

lua_pushthreadFunction · 0.70
lua_pushbooleanFunction · 0.70

Tested by

no test coverage detected