MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaB_loadfile

Function luaB_loadfile

deps/lua/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

load_auxFunction · 0.85
luaL_loadfileFunction · 0.85

Tested by

no test coverage detected