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.3.5/src/lapi.c:622–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
620
621
622
LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
623
lua_lock(L);
624
return auxgetstr(L, index2addr(L, idx), k);
625
}
626
627
628
LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
Callers
15
pushglobalfuncname
Function · 0.70
luaL_pushmodule
Function · 0.70
luaL_getsubtable
Function · 0.70
luaL_requiref
Function · 0.70
luaopen_table
Function · 0.70
noenv
Function · 0.70
checkclib
Function · 0.70
findfile
Function · 0.70
searcher_preload
Function · 0.70
findloader
Function · 0.70
ll_require
Function · 0.70
ll_module
Function · 0.70
Calls
2
auxgetstr
Function · 0.70
index2addr
Function · 0.70
Tested by
no test coverage detected