Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_rawset
Function
lua_rawset
extlibs/lua/src/lapi.c:869–871 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
867
868
869
LUA_API void lua_rawset (lua_State *L, int idx) {
870
aux_rawset(L, idx, s2v(L->top - 2), 2);
871
}
872
873
874
LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
Callers
5
luaB_rawset
Function · 0.85
db_sethook
Function · 0.85
lua_rawsetp
Function · 0.85
clear
Function · 0.85
set
Method · 0.85
Calls
1
aux_rawset
Function · 0.85
Tested by
no test coverage detected