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

Function luaL_setmetatable

third-party/lua-5.2.4/src/lauxlib.c:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
285 luaL_getmetatable(L, tname);
286 lua_setmetatable(L, -2);
287}
288
289
290LUALIB_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