MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaH_set

Function luaH_set

lua/ltable.c:604–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602
603
604TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
605 return luaH_set_int(L, t, key, NULL);
606}
607
608
609TValue *luaH_setnum (lua_State *L, Table *t, int key) {

Callers 4

resizeFunction · 0.85
newkeyFunction · 0.85
lua_rawsetFunction · 0.85
addkFunction · 0.85

Calls 1

luaH_set_intFunction · 0.85

Tested by

no test coverage detected