MCPcopy 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
243static int dofile(lua_State *L, const char *name) {
244 return dochunk(L, luaL_loadfile(L, name));
245}
246
247
248static int dostring(lua_State *L, const char *s, const char *name) {

Callers 2

handle_luainitFunction · 0.70
pmainFunction · 0.70

Calls 1

dochunkFunction · 0.70

Tested by

no test coverage detected