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

Function luaL_setmetatable

source/extern/lua/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.85

Calls 1

lua_setmetatableFunction · 0.85

Tested by

no test coverage detected