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

Function rawfinishnodeset

third-party/lua-5.5.0/src/ltable.c:1067–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065
1066
1067static int rawfinishnodeset (const TValue *slot, TValue *val) {
1068 if (isabstkey(slot))
1069 return 0; /* no slot with that key */
1070 else {
1071 setobj(((lua_State*)NULL), cast(TValue*, slot), val);
1072 return 1; /* success */
1073 }
1074}
1075
1076
1077int luaH_psetint (Table *t, lua_Integer key, TValue *val) {

Callers 1

luaH_setintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected