MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_setmetatable

Function luaL_setmetatable

third-party/lua-5.5.0/src/lauxlib.c:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329
330LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
331 luaL_getmetatable(L, tname);
332 lua_setmetatable(L, -2);
333}
334
335
336LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) {

Callers 1

newprefileFunction · 0.70

Calls 1

lua_setmetatableFunction · 0.70

Tested by

no test coverage detected