| 52 | } |
| 53 | |
| 54 | int32_t AFCRow::GetInt32(const uint32_t index) const |
| 55 | { |
| 56 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 57 | |
| 58 | return m_pNodeManager->GetInt32(index); |
| 59 | } |
| 60 | |
| 61 | uint32_t AFCRow::GetUInt32(const uint32_t index) const |
| 62 | { |
no outgoing calls
no test coverage detected