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

Function luaH_getnum

lua/ltable.c:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500
501
502const TValue *luaH_getnum (Table *t, int key) {
503 return luaH_getnum_int(t, key, NULL);
504}
505
506
507/*

Callers 3

luaH_setnumFunction · 0.85
unbound_searchFunction · 0.85
lua_rawgetiFunction · 0.85

Calls 1

luaH_getnum_intFunction · 0.85

Tested by

no test coverage detected