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

Function eq_u64

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

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

Source from the content-addressed store, hash-verified

94
95/*---------------------------------------------------------------------------*/
96static int eq_u64(lua_State *L)
97{
98 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(unsigned long long)) == 0);
99 return 1;
100}
101
102/*---------------------------------------------------------------------------*/
103static int lt_u64(lua_State *L)

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
lua_topointerFunction · 0.85

Tested by

no test coverage detected