Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaH_getstr
Function
luaH_getstr
third-party/lua-5.5.0/src/ltable.c:1012–1014 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1010
1011
1012
lu_byte luaH_getstr (Table *t, TString *key, TValue *res) {
1013
return finishnodeget(Hgetstr(t, key), res);
1014
}
1015
1016
1017
/*
Callers
2
anchorstr
Function · 0.70
dumpString
Function · 0.70
Calls
2
finishnodeget
Function · 0.85
Hgetstr
Function · 0.85
Tested by
no test coverage detected