| 472 | } |
| 473 | |
| 474 | uint32_t AFCEntity::GetUInt32(const std::string& name) const |
| 475 | { |
| 476 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 477 | |
| 478 | return m_pNodeManager->GetUInt32(name); |
| 479 | } |
| 480 | |
| 481 | int64_t AFCEntity::GetInt64(const std::string& name) const |
| 482 | { |
nothing calls this directly
no outgoing calls
no test coverage detected