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

Function luaB_loadfile

third-party/lua-5.1.5/src/lbaselib.c:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285static int luaB_loadfile (lua_State *L) {
286 const char *fname = luaL_optstring(L, 1, NULL);
287 return load_aux(L, luaL_loadfile(L, fname));
288}
289
290
291/*

Callers

nothing calls this directly

Calls 2

luaL_loadfileFunction · 0.85
load_auxFunction · 0.70

Tested by

no test coverage detected