MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaB_loadfile

Function luaB_loadfile

Source/Misc/lua/src/lua.c:11149–11152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11147
11148
11149static int luaB_loadfile (lua_State *L) {
11150const char *fname = luaL_optstring(L, 1, NULL);
11151return load_aux(L, luaL_loadfile(L, fname));
11152}
11153
11154
11155/*

Callers

nothing calls this directly

Calls 2

load_auxFunction · 0.85
luaL_loadfileFunction · 0.85

Tested by

no test coverage detected