Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ settabsi
Function
settabsi
deps/lua/src/ldblib.c:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
static void settabsi (lua_State *L, const char *i, int v) {
71
lua_pushinteger(L, v);
72
lua_setfield(L, -2, i);
73
}
74
75
76
static lua_State *getthread (lua_State *L, int *arg) {
Callers
1
db_getinfo
Function · 0.85
Calls
2
lua_pushinteger
Function · 0.85
lua_setfield
Function · 0.85
Tested by
no test coverage detected