MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_rawsetp

Function lua_rawsetp

extlibs/lua/src/lapi.c:874–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872
873
874LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
875 TValue k;
876 setpvalue(&k, cast_voidp(p));
877 aux_rawset(L, idx, &k, 1);
878}
879
880
881LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) {

Callers

nothing calls this directly

Calls 1

aux_rawsetFunction · 0.85

Tested by

no test coverage detected