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

Function luaB_rawequal

deps/lua/src/lbaselib.c:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161static int luaB_rawequal (lua_State *L) {
162 luaL_checkany(L, 1);
163 luaL_checkany(L, 2);
164 lua_pushboolean(L, lua_rawequal(L, 1, 2));
165 return 1;
166}
167
168
169static int luaB_rawget (lua_State *L) {

Callers

nothing calls this directly

Calls 3

luaL_checkanyFunction · 0.85
lua_pushbooleanFunction · 0.85
lua_rawequalFunction · 0.85

Tested by

no test coverage detected