Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_rawsetp
Function
lua_rawsetp
Dependencies/lua/src/lapi.c:914–918 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
912
913
914
LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
915
TValue k;
916
setpvalue(&k, cast_voidp(p));
917
aux_rawset(L, idx, &k, 1);
918
}
919
920
921
LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) {
Callers
1
runC
Function · 0.70
Calls
1
aux_rawset
Function · 0.85
Tested by
1
runC
Function · 0.56