MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lua_rawsetp

Function lua_rawsetp

src/lapi.cpp:1012–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010
1011
1012LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
1013 TValue k;
1014 setpvalue(&k, cast_voidp(p));
1015 aux_rawset(L, idx, &k, 1);
1016}
1017
1018
1019LUA_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