MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaL_setmetatable

Function luaL_setmetatable

src/Chain/libraries/glua/lauxlib.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319
320LUALIB_API void luaL_setmetatable(lua_State *L, const char *tname) {
321 luaL_getmetatable(L, tname);
322 lua_setmetatable(L, -2);
323}
324
325
326LUALIB_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