Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
LUALIB_API int luaL_loadfile(lua_State *L, const char *filename)
118
{
119
return luaL_loadfilex(L, filename, NULL);
120
}
121
122
typedef struct StringReaderCtx {
123
const char *str;
Callers
4
lib_base.c
File · 0.70
dofile
Function · 0.70
handle_script
Function · 0.70
lj_cf_package_loader_lua
Function · 0.70
Calls
1
luaL_loadfilex
Function · 0.85
Tested by
no test coverage detected