Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_getfield
Function
lua_getfield
src/Chain/libraries/glua/lapi.cpp:624–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
623
624
LUA_API int lua_getfield(lua_State *L, int idx, const char *k) {
625
lua_lock(L);
626
return auxgetstr(L, index2addr(L, idx), k);
627
}
628
629
630
LUA_API int lua_geti(lua_State *L, int idx, lua_Integer n) {
Callers
15
getboolfield
Function · 0.85
getfield
Function · 0.85
luaopen_table
Function · 0.85
checkclib
Function · 0.85
findfile
Function · 0.85
searcher_preload
Function · 0.85
findloader
Function · 0.85
findloader_for_import_contract
Function · 0.85
ll_module
Function · 0.85
noenv
Function · 0.85
register_storage
Function · 0.85
thinkyounglib_get_storage
Function · 0.85
Calls
2
auxgetstr
Function · 0.85
index2addr
Function · 0.85
Tested by
no test coverage detected