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

Function le_s64

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

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

Source from the content-addressed store, hash-verified

47
48/*---------------------------------------------------------------------------*/
49static int le_s64(lua_State *L)
50{
51 lua_pushboolean(L, memcmp(lua_topointer(L, 1), lua_topointer(L, 2), sizeof(long long)) <= 0);
52 return 1;
53}
54
55/*---------------------------------------------------------------------------*/
56void lua_tinker::init_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