MCPcopy Create free account
hub / github.com/F-Stack/f-stack / set2

Function set2

freebsd/contrib/openzfs/module/lua/ltablib.c:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164static void set2 (lua_State *L, int i, int j) {
165 lua_rawseti(L, 1, i);
166 lua_rawseti(L, 1, j);
167}
168
169static int sort_comp (lua_State *L, int a, int b) {
170 if (!lua_isnil(L, 2)) { /* function? */

Callers 1

auxsortFunction · 0.70

Calls 1

lua_rawsetiFunction · 0.70

Tested by

no test coverage detected