MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / set2

Function set2

Source/Misc/lua/src/lua.c:14719–14722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14717
14718
14719static void set2 (lua_State *L, int i, int j) {
14720lua_rawseti(L, 1, i);
14721lua_rawseti(L, 1, j);
14722}
14723
14724static int sort_comp (lua_State *L, int a, int b) {
14725if (!lua_isnil(L, 2)) { /* function? */

Callers 1

auxsortFunction · 0.85

Calls 1

lua_rawsetiFunction · 0.85

Tested by

no test coverage detected