MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_rawset

Function lua_rawset

third-party/lua-5.4.6/src/lapi.c:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907
908
909LUA_API void lua_rawset (lua_State *L, int idx) {
910 aux_rawset(L, idx, s2v(L->top.p - 2), 2);
911}
912
913
914LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {

Callers 2

luaB_rawsetFunction · 0.70
db_sethookFunction · 0.70

Calls 1

aux_rawsetFunction · 0.70

Tested by

no test coverage detected