MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaL_setmetatable

Function luaL_setmetatable

extlibs/lua/src/lauxlib.c:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323
324LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
325 luaL_getmetatable(L, tname);
326 lua_setmetatable(L, -2);
327}
328
329
330LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) {

Callers 1

newprefileFunction · 0.70

Calls 1

lua_setmetatableFunction · 0.85

Tested by

no test coverage detected