MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / db_getmetatable

Function db_getmetatable

deps/lua/src/ldblib.c:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28static int db_getmetatable (lua_State *L) {
29 luaL_checkany(L, 1);
30 if (!lua_getmetatable(L, 1)) {
31 lua_pushnil(L); /* no metatable */
32 }
33 return 1;
34}
35
36
37static int db_setmetatable (lua_State *L) {

Callers

nothing calls this directly

Calls 3

luaL_checkanyFunction · 0.85
lua_getmetatableFunction · 0.85
lua_pushnilFunction · 0.85

Tested by

no test coverage detected