MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaB_loadfile

Function luaB_loadfile

lua/lbaselib.c:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293static int luaB_loadfile (lua_State *L) {
294 const char *fname = luaL_optstring(L, 1, NULL);
295 return load_aux(L, luaL_loadfile(L, fname));
296}
297
298
299/*

Callers

nothing calls this directly

Calls 2

load_auxFunction · 0.85
luaL_loadfileFunction · 0.85

Tested by

no test coverage detected