MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaB_rawequal

Function luaB_rawequal

Source/Misc/lua/src/lua.c:11025–11030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11023
11024
11025static int luaB_rawequal (lua_State *L) {
11026luaL_checkany(L, 1);
11027luaL_checkany(L, 2);
11028lua_pushboolean(L, lua_rawequal(L, 1, 2));
11029return 1;
11030}
11031
11032
11033static 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