Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaB_cowrap
Function
luaB_cowrap
third-party/lua-5.1.5/src/lbaselib.c:586–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
585
586
static int luaB_cowrap (lua_State *L) {
587
luaB_cocreate(L);
588
lua_pushcclosure(L, luaB_auxwrap, 1);
589
return 1;
590
}
591
592
593
static int luaB_yield (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaB_cocreate
Function · 0.70
lua_pushcclosure
Function · 0.70
Tested by
no test coverage detected