MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dofile

Function dofile

3rd/lua-5.4.3/src/lua.c:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199static int dofile (lua_State *L, const char *name) {
200 return dochunk(L, luaL_loadfile(L, name));
201}
202
203
204static int dostring (lua_State *L, const char *s, const char *name) {

Callers 2

handle_luainitFunction · 0.85
pmainFunction · 0.85

Calls 1

dochunkFunction · 0.85

Tested by

no test coverage detected