Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
const TValue *luaH_getstr(Table *t, TString *key) {
536
return luaH_getstr_int(t, key, NULL);
537
}
538
539
540
/*
Callers
3
luaT_gettm
Function · 0.85
luaT_gettmbyobj
Function · 0.85
luaH_setstr
Function · 0.85
Calls
1
luaH_getstr_int
Function · 0.85
Tested by
no test coverage detected