MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaL_setmetatable

Function luaL_setmetatable

ThirdParty/lua/lua/lauxlib.c:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
302 luaL_getmetatable(L, tname);
303 lua_setmetatable(L, -2);
304}
305
306
307LUALIB_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