Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ dofile
Function
dofile
third-party/lua-5.4.6/src/lua.c:202–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
202
static int dofile (lua_State *L, const char *name) {
203
return dochunk(L, luaL_loadfile(L, name));
204
}
205
206
207
static int dostring (lua_State *L, const char *s, const char *name) {
Callers
2
handle_luainit
Function · 0.70
pmain
Function · 0.70
Calls
2
luaL_loadfile
Function · 0.85
dochunk
Function · 0.70
Tested by
no test coverage detected