MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / set2

Function set2

3rd/lua-5.4.3/src/ltablib.c:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264static void set2 (lua_State *L, IdxT i, IdxT j) {
265 lua_seti(L, 1, i);
266 lua_seti(L, 1, j);
267}
268
269
270/*

Callers 2

partitionFunction · 0.85
auxsortFunction · 0.85

Calls 1

lua_setiFunction · 0.85

Tested by

no test coverage detected