Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ dochunk
Function
dochunk
libraries/AP_Scripting/lua/src/lua.c:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
static int dochunk (lua_State *L, int status) {
241
if (status == LUA_OK) status = docall(L, 0, 0);
242
return report(L, status);
243
}
244
245
246
static int dofile (lua_State *L, const char *name) {
Callers
2
dofile
Function · 0.85
dostring
Function · 0.85
Calls
2
docall
Function · 0.85
report
Function · 0.85
Tested by
no test coverage detected