Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ dochunk
Function
dochunk
src/Chain/libraries/glua/single_glua_src/main.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
static int dochunk(lua_State *L, int status) {
183
if (status == LUA_OK) status = docall(L, 0, 0);
184
return report(L, status);
185
}
186
187
188
static int dofile(lua_State *L, const char *name) {
Callers
2
dofile
Function · 0.70
dostring
Function · 0.70
Calls
2
docall
Function · 0.70
report
Function · 0.70
Tested by
no test coverage detected