Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
604
TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
605
return luaH_set_int(L, t, key, NULL);
606
}
607
608
609
TValue *luaH_setnum (lua_State *L, Table *t, int key) {
Callers
4
resize
Function · 0.85
newkey
Function · 0.85
lua_rawset
Function · 0.85
addk
Function · 0.85
Calls
1
luaH_set_int
Function · 0.85
Tested by
no test coverage detected