MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_rawsetp

Function lua_rawsetp

third-party/lua-5.5.0/src/lapi.c:945–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943
944
945LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
946 TValue k;
947 setpvalue(&k, cast_voidp(p));
948 aux_rawset(L, idx, &k, 1);
949}
950
951
952LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) {

Callers

nothing calls this directly

Calls 1

aux_rawsetFunction · 0.70

Tested by

no test coverage detected