MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / lua_getfield

Function lua_getfield

source/extern/lua/lapi.c:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621
622LUA_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
628LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) {

Callers 15

pushglobalfuncnameFunction · 0.85
luaL_pushmoduleFunction · 0.85
luaL_getsubtableFunction · 0.85
luaL_requirefFunction · 0.85
luaopen_tableFunction · 0.85
noenvFunction · 0.85
checkclibFunction · 0.85
findfileFunction · 0.85
searcher_preloadFunction · 0.85
findloaderFunction · 0.85
ll_requireFunction · 0.85
ll_moduleFunction · 0.85

Calls 2

auxgetstrFunction · 0.85
index2addrFunction · 0.85

Tested by

no test coverage detected