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

Function luaL_setmetatable

libraries/AP_Scripting/lua/src/lauxlib.c:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
316 luaL_getmetatable(L, tname);
317 lua_setmetatable(L, -2);
318}
319
320
321LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) {

Callers 1

newprefileFunction · 0.85

Calls 1

lua_setmetatableFunction · 0.85

Tested by

no test coverage detected