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

Function luaL_setmetatable

third-party/lua-5.3.5/src/lauxlib.c:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311
312LUALIB_API void luaL_setmetatable (lua_State *L, const char *tname) {
313 luaL_getmetatable(L, tname);
314 lua_setmetatable(L, -2);
315}
316
317
318LUALIB_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