Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaB_cowrap
Function
luaB_cowrap
src/Chain/libraries/glua/lcorolib.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
static int luaB_cowrap(lua_State *L) {
99
luaB_cocreate(L);
100
lua_pushcclosure(L, luaB_auxwrap, 1);
101
return 1;
102
}
103
104
105
static int luaB_yield(lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaB_cocreate
Function · 0.85
lua_pushcclosure
Function · 0.85
Tested by
no test coverage detected