| 73 | } |
| 74 | |
| 75 | uint64_t AFCRow::GetUInt64(const uint32_t index) const |
| 76 | { |
| 77 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64); |
| 78 | |
| 79 | return m_pNodeManager->GetUInt64(index); |
| 80 | } |
| 81 | |
| 82 | float AFCRow::GetFloat(const uint32_t index) const |
| 83 | { |
no outgoing calls
no test coverage detected