Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ lua_getfield
Function
lua_getfield
3rd/lua-5.4.3/src/lapi.c:683–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
682
683
LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
684
lua_lock(L);
685
return auxgetstr(L, index2value(L, idx), k);
686
}
687
688
689
LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
Callers
15
pushglobalfuncname
Function · 0.85
luaL_getsubtable
Function · 0.85
luaL_requiref
Function · 0.85
noenv
Function · 0.85
checkclib
Function · 0.85
addtoclib
Function · 0.85
findfile
Function · 0.85
searcher_preload
Function · 0.85
findloader
Function · 0.85
ll_require
Function · 0.85
getboolfield
Function · 0.85
getfield
Function · 0.85
Calls
2
auxgetstr
Function · 0.85
index2value
Function · 0.85
Tested by
no test coverage detected