MCPcopy Create free account
hub / github.com/SOUI2/soui / eq_s64

Function eq_s64

components/ScriptModule-LUA/lua_tinker/lua_tinker.cpp:35–39  ·  view source on GitHub ↗

---------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

33
34/*---------------------------------------------------------------------------*/
35static int eq_s64(lua_State *L)
36{
37 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(long long)) == 0);
38 return 1;
39}
40
41/*---------------------------------------------------------------------------*/
42static int lt_s64(lua_State *L)

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
lua_topointerFunction · 0.85

Tested by

no test coverage detected