| 304 | } |
| 305 | |
| 306 | std::shared_ptr<AFIStaticEntity> AFCKernelModule::GetStaticEntity(const ID_TYPE config_id) |
| 307 | { |
| 308 | return m_pConfigModule->FindStaticEntity(config_id); |
| 309 | } |
| 310 | |
| 311 | std::shared_ptr<AFIEntity> AFCKernelModule::GetEntity(const AFGUID& self) |
| 312 | { |
nothing calls this directly
no test coverage detected