Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaH_get
Function
luaH_get
lua/ltable.c:584–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
583
584
const TValue *luaH_get(Table *t, const TValue *key) {
585
return luaH_get_int(t, key, NULL);
586
}
587
588
589
TValue *luaH_set_int (lua_State *L, Table *t,
Callers
2
luaV_gettable
Function · 0.85
lua_rawget
Function · 0.85
Calls
1
luaH_get_int
Function · 0.85
Tested by
no test coverage detected