Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
static void set2 (lua_State *L, int i, int j) {
174
lua_rawseti(L, 1, i);
175
lua_rawseti(L, 1, j);
176
}
177
178
static int sort_comp (lua_State *L, int a, int b) {
179
if (!lua_isnil(L, 2)) { /* function? */
Callers
1
auxsort
Function · 0.85
Calls
1
lua_rawseti
Function · 0.85
Tested by
no test coverage detected