MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaL_setmetatable

Function luaL_setmetatable

lib/lua/src/lauxlib.c:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
328 luaL_getmetatable(L, tname);
329 lua_setmetatable(L, -2);
330}
331
332
333LUALIB_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