Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ dofile
Function
dofile
src/Chain/libraries/glua/lua.cpp:243–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
242
243
static int dofile(lua_State *L, const char *name) {
244
return dochunk(L, luaL_loadfile(L, name));
245
}
246
247
248
static int dostring(lua_State *L, const char *s, const char *name) {
Callers
2
handle_luainit
Function · 0.70
pmain
Function · 0.70
Calls
1
dochunk
Function · 0.70
Tested by
no test coverage detected