Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ dofile
Function
dofile
src/Chain/libraries/glua/lrepl.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
static int dofile(lua_State *L, const char *name) {
115
return dochunk(L, luaL_loadfile(L, name));
116
}
117
118
119
static int dostring(lua_State *L, const char *s, const char *name) {
Callers
nothing calls this directly
Calls
1
dochunk
Function · 0.70
Tested by
no test coverage detected