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

Function luaH_getstr

lua/ltable.c:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535const TValue *luaH_getstr(Table *t, TString *key) {
536 return luaH_getstr_int(t, key, NULL);
537}
538
539
540/*

Callers 3

luaT_gettmFunction · 0.85
luaT_gettmbyobjFunction · 0.85
luaH_setstrFunction · 0.85

Calls 1

luaH_getstr_intFunction · 0.85

Tested by

no test coverage detected