MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / auxsetnode

Function auxsetnode

libraries/AP_Scripting/lua/src/ltable.c:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348static void auxsetnode (lua_State *L, void *ud) {
349 AuxsetnodeT *asn = cast(AuxsetnodeT *, ud);
350 setnodevector(L, asn->t, asn->nhsize);
351}
352
353
354void luaH_resize (lua_State *L, Table *t, unsigned int nasize,

Callers

nothing calls this directly

Calls 1

setnodevectorFunction · 0.85

Tested by

no test coverage detected