MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaT_trybiniTM

Function luaT_trybiniTM

lib/lua/src/ltm.c:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
185 int flip, StkId res, TMS event) {
186 TValue aux;
187 setivalue(&aux, i2);
188 luaT_trybinassocTM(L, p1, &aux, flip, res, event);
189}
190
191
192/*

Callers 1

luaV_executeFunction · 0.85

Calls 1

luaT_trybinassocTMFunction · 0.85

Tested by

no test coverage detected