MCPcopy 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
70static void settabsi (lua_State *L, const char *i, int v) {
71 lua_pushinteger(L, v);
72 lua_setfield(L, -2, i);
73}
74
75
76static lua_State *getthread (lua_State *L, int *arg) {

Callers 1

db_getinfoFunction · 0.85

Calls 2

lua_pushintegerFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected