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

Function lt_u64

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

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

Source from the content-addressed store, hash-verified

101
102/*---------------------------------------------------------------------------*/
103static int lt_u64(lua_State *L)
104{
105 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(unsigned long long)) < 0);
106 return 1;
107}
108
109/*---------------------------------------------------------------------------*/
110static int le_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