Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_getfield
Function
lua_getfield
Dependencies/lua/src/lapi.c:689–692 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
688
689
LUA_API int lua_getfield (lua_State *L, int idx, const char *k) {
690
lua_lock(L);
691
return auxgetstr(L, index2value(L, idx), k);
692
}
693
694
695
LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {
Callers
15
get_no_lua_nil_from
Method · 0.85
check
Method · 0.85
field_getter
Class · 0.85
maybe_push_lua_next_function
Function · 0.85
readonly_pairs
Function · 0.85
luaL_requiref
Function · 0.85
panicback
Function · 0.85
runC
Function · 0.85
Chook
Function · 0.85
sethookaux
Function · 0.85
pushglobalfuncname
Function · 0.85
luaL_getsubtable
Function · 0.85
Calls
2
auxgetstr
Function · 0.85
index2value
Function · 0.85
Tested by
4
panicback
Function · 0.68
runC
Function · 0.68
Chook
Function · 0.68
sethookaux
Function · 0.68