| 193 | } |
| 194 | |
| 195 | bool AFCRow::SetInt32(const uint32_t index, int32_t value) |
| 196 | { |
| 197 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 198 | |
| 199 | return m_pNodeManager->SetInt32(index, value); |
| 200 | } |
| 201 | |
| 202 | bool AFCRow::SetInt64(const uint32_t index, int64_t value) |
| 203 | { |
no outgoing calls
no test coverage detected