| 486 | } |
| 487 | |
| 488 | uint64_t AFCEntity::GetUInt64(const std::string& name) const |
| 489 | { |
| 490 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64); |
| 491 | |
| 492 | return m_pNodeManager->GetUInt64(name); |
| 493 | } |
| 494 | |
| 495 | float AFCEntity::GetFloat(const std::string& name) const |
| 496 | { |
nothing calls this directly
no outgoing calls
no test coverage detected