Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
const TValue *luaH_getnum (Table *t, int key) {
503
return luaH_getnum_int(t, key, NULL);
504
}
505
506
507
/*
Callers
3
luaH_setnum
Function · 0.85
unbound_search
Function · 0.85
lua_rawgeti
Function · 0.85
Calls
1
luaH_getnum_int
Function · 0.85
Tested by
no test coverage detected