MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaB_loadfile

Function luaB_loadfile

other_src/lua/src/lbaselib.cpp: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

load_auxFunction · 0.70
luaL_loadfileFunction · 0.70

Tested by

no test coverage detected