Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_getfield
Function
lua_getfield
third-party/lua-5.5.0/src/lapi.c:721–724 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
719
720
721
LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
722
lua_lock(L);
723
return auxgetstr(L, index2value(L, idx), k);
724
}
725
726
727
LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
Callers
15
pushglobalfuncname
Function · 0.70
luaL_getsubtable
Function · 0.70
luaL_requiref
Function · 0.70
noenv
Function · 0.70
checkclib
Function · 0.70
addtoclib
Function · 0.70
findfile
Function · 0.70
searcher_preload
Function · 0.70
findloader
Function · 0.70
ll_require
Function · 0.70
getboolfield
Function · 0.70
getfield
Function · 0.70
Calls
2
auxgetstr
Function · 0.70
index2value
Function · 0.70
Tested by
no test coverage detected