MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaB_rawequal

Function luaB_rawequal

depends/lua/src/lbaselib.c:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138static int luaB_rawequal (lua_State *L) {
139 luaL_checkany(L, 1);
140 luaL_checkany(L, 2);
141 lua_pushboolean(L, lua_rawequal(L, 1, 2));
142 return 1;
143}
144
145
146static int luaB_rawlen (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