MCPcopy 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
584const TValue *luaH_get(Table *t, const TValue *key) {
585 return luaH_get_int(t, key, NULL);
586}
587
588
589TValue *luaH_set_int (lua_State *L, Table *t,

Callers 2

luaV_gettableFunction · 0.85
lua_rawgetFunction · 0.85

Calls 1

luaH_get_intFunction · 0.85

Tested by

no test coverage detected