MCPcopy 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
624LUA_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
630LUA_API int lua_geti(lua_State *L, int idx, lua_Integer n) {

Callers 15

getboolfieldFunction · 0.85
getfieldFunction · 0.85
luaopen_tableFunction · 0.85
checkclibFunction · 0.85
findfileFunction · 0.85
searcher_preloadFunction · 0.85
findloaderFunction · 0.85
ll_moduleFunction · 0.85
noenvFunction · 0.85
register_storageFunction · 0.85

Calls 2

auxgetstrFunction · 0.85
index2addrFunction · 0.85

Tested by

no test coverage detected