| 80 | } |
| 81 | |
| 82 | float AFCRow::GetFloat(const uint32_t index) const |
| 83 | { |
| 84 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT); |
| 85 | |
| 86 | return m_pNodeManager->GetFloat(index); |
| 87 | } |
| 88 | |
| 89 | double AFCRow::GetDouble(const uint32_t index) const |
| 90 | { |
no outgoing calls
no test coverage detected