MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaopen_coroutine

Function luaopen_coroutine

lua/src/lcorolib.c:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206LUAMOD_API int luaopen_coroutine (lua_State *L) {
207 luaL_newlib(L, co_funcs);
208 return 1;
209}
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected