MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_rawsetp

Function lua_rawsetp

3rd/lua-5.4.3/src/lapi.c:908–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906
907
908LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
909 TValue k;
910 setpvalue(&k, cast_voidp(p));
911 aux_rawset(L, idx, &k, 1);
912}
913
914
915LUA_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