MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / lua_setfield

Function lua_setfield

src/Chain/libraries/glua/lapi.cpp:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777
778
779LUA_API void lua_setfield(lua_State *L, int idx, const char *k) {
780 lua_lock(L); /* unlock done in 'auxsetstr' */
781 auxsetstr(L, index2addr(L, idx), k);
782}
783
784
785LUA_API void lua_seti(lua_State *L, int idx, lua_Integer n) {

Callers 15

luaopen_utf8Function · 0.85
setfieldFunction · 0.85
setboolfieldFunction · 0.85
packFunction · 0.85
addtoclibFunction · 0.85
modinitFunction · 0.85
ll_seeallFunction · 0.85
setpathFunction · 0.85
createsearcherstableFunction · 0.85
createclibstableFunction · 0.85
luaopen_packageFunction · 0.85
createmetatableFunction · 0.85

Calls 2

auxsetstrFunction · 0.85
index2addrFunction · 0.85

Tested by

no test coverage detected