Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_rawset
Function
lua_rawset
third-party/lua-5.5.0/src/lapi.c:940–942 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
938
939
940
LUA_API void lua_rawset (lua_State *L, int idx) {
941
aux_rawset(L, idx, s2v(L->top.p - 2), 2);
942
}
943
944
945
LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
Callers
5
luaB_rawset
Function · 0.70
db_sethook
Function · 0.70
Initialize
Method · 0.50
lua_rawsetp
Function · 0.50
luaopen_emmy_core
Function · 0.50
Calls
1
aux_rawset
Function · 0.70
Tested by
no test coverage detected