Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaH_getshortstr
Function
luaH_getshortstr
third-party/lua-5.5.0/src/ltable.c:991–993 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
989
990
991
lu_byte luaH_getshortstr (Table *t, TString *key, TValue *res) {
992
return finishnodeget(luaH_Hgetshortstr(t, key), res);
993
}
994
995
996
static const TValue *Hgetlongstr (Table *t, TString *key) {
Callers
1
getnumargs
Function · 0.70
Calls
2
finishnodeget
Function · 0.85
luaH_Hgetshortstr
Function · 0.85
Tested by
no test coverage detected