Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ dofile
Function
dofile
libraries/AP_Scripting/lua/src/lua.c:246–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
245
246
static int dofile (lua_State *L, const char *name) {
247
return dochunk(L, luaL_loadfile(L, name));
248
}
249
250
251
static int dostring (lua_State *L, const char *s, const char *name) {
Callers
2
handle_luainit
Function · 0.85
pmain
Function · 0.85
Calls
1
dochunk
Function · 0.85
Tested by
no test coverage detected