MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaT_callorderTM

Function luaT_callorderTM

src/Chain/libraries/glua/ltm.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142int luaT_callorderTM(lua_State *L, const TValue *p1, const TValue *p2,
143 TMS event) {
144 if (!luaT_callbinTM(L, p1, p2, L->top, event))
145 return -1; /* no metamethod */
146 else
147 return !l_isfalse(L->top);
148}
149

Callers 2

luaV_lessthanFunction · 0.85
luaV_lessequalFunction · 0.85

Calls 1

luaT_callbinTMFunction · 0.85

Tested by

no test coverage detected