MCPcopy 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
114static int dofile(lua_State *L, const char *name) {
115 return dochunk(L, luaL_loadfile(L, name));
116}
117
118
119static int dostring(lua_State *L, const char *s, const char *name) {

Callers

nothing calls this directly

Calls 1

dochunkFunction · 0.70

Tested by

no test coverage detected