| 59 | } |
| 60 | |
| 61 | uint32_t AFCRow::GetUInt32(const uint32_t index) const |
| 62 | { |
| 63 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 64 | |
| 65 | return m_pNodeManager->GetUInt32(index); |
| 66 | } |
| 67 | |
| 68 | int64_t AFCRow::GetInt64(const uint32_t index) const |
| 69 | { |
no outgoing calls
no test coverage detected