MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lua_rawsetp

Function lua_rawsetp

lib/lua/src/lapi.c:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913
914LUA_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
921LUA_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