Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11149
static int luaB_loadfile (lua_State *L) {
11150
const char *fname = luaL_optstring(L, 1, NULL);
11151
return load_aux(L, luaL_loadfile(L, fname));
11152
}
11153
11154
11155
/*
Callers
nothing calls this directly
Calls
2
load_aux
Function · 0.85
luaL_loadfile
Function · 0.85
Tested by
no test coverage detected