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

Function le_u64

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

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

Source from the content-addressed store, hash-verified

108
109/*---------------------------------------------------------------------------*/
110static int le_u64(lua_State *L)
111{
112 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(unsigned long long)) <= 0);
113 return 1;
114}
115
116/*---------------------------------------------------------------------------*/
117void lua_tinker::init_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