Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaB_yieldable
Function
luaB_yieldable
src/Chain/libraries/glua/lcorolib.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
137
static int luaB_yieldable(lua_State *L) {
138
lua_pushboolean(L, lua_isyieldable(L));
139
return 1;
140
}
141
142
143
static int luaB_corunning(lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushboolean
Function · 0.85
lua_isyieldable
Function · 0.85
Tested by
no test coverage detected