| 465 | } |
| 466 | |
| 467 | int32_t AFCEntity::GetInt32(const std::string& name) const |
| 468 | { |
| 469 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 470 | |
| 471 | return m_pNodeManager->GetInt32(name); |
| 472 | } |
| 473 | |
| 474 | uint32_t AFCEntity::GetUInt32(const std::string& name) const |
| 475 | { |
nothing calls this directly
no outgoing calls
no test coverage detected