MCPcopy Create free account
hub / github.com/crownengine/crown / luaL_loadfile

Function luaL_loadfile

3rdparty/luajit/src/lj_load.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117LUALIB_API int luaL_loadfile(lua_State *L, const char *filename)
118{
119 return luaL_loadfilex(L, filename, NULL);
120}
121
122typedef struct StringReaderCtx {
123 const char *str;

Callers 4

lib_base.cFile · 0.70
dofileFunction · 0.70
handle_scriptFunction · 0.70
lj_cf_package_loader_luaFunction · 0.70

Calls 1

luaL_loadfilexFunction · 0.85

Tested by

no test coverage detected