MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / dofile

Function dofile

third-party/lua-5.5.0/src/lua.c:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203static int dofile (lua_State *L, const char *name) {
204 return dochunk(L, luaL_loadfile(L, name));
205}
206
207
208static int dostring (lua_State *L, const char *s, const char *name) {

Callers 2

handle_luainitFunction · 0.70
pmainFunction · 0.70

Calls 2

luaL_loadfileFunction · 0.85
dochunkFunction · 0.70

Tested by

no test coverage detected