| 200 | } |
| 201 | |
| 202 | bool AFCRow::SetInt64(const uint32_t index, int64_t value) |
| 203 | { |
| 204 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 205 | |
| 206 | return m_pNodeManager->SetInt64(index, value); |
| 207 | } |
| 208 | |
| 209 | bool AFCRow::SetUInt32(const uint32_t index, uint32_t value) |
| 210 | { |
no outgoing calls
no test coverage detected