MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / set2

Function set2

deps/lua/src/ltablib.c:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173static void set2 (lua_State *L, int i, int j) {
174 lua_rawseti(L, 1, i);
175 lua_rawseti(L, 1, j);
176}
177
178static int sort_comp (lua_State *L, int a, int b) {
179 if (!lua_isnil(L, 2)) { /* function? */

Callers 1

auxsortFunction · 0.85

Calls 1

lua_rawsetiFunction · 0.85

Tested by

no test coverage detected