| 66 | } |
| 67 | |
| 68 | int64_t AFCRow::GetInt64(const uint32_t index) const |
| 69 | { |
| 70 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64); |
| 71 | |
| 72 | return m_pNodeManager->GetInt64(index); |
| 73 | } |
| 74 | |
| 75 | uint64_t AFCRow::GetUInt64(const uint32_t index) const |
| 76 | { |
no outgoing calls