--------------entity to pb db data------------------
| 1325 | |
| 1326 | //--------------entity to pb db data------------------ |
| 1327 | bool AFCKernelModule::EntityToDBData(const AFGUID& self, AFMsg::pb_db_entity& pb_data) |
| 1328 | { |
| 1329 | std::shared_ptr<AFIEntity> pEntity = GetEntity(self); |
| 1330 | return EntityToDBData(pEntity, pb_data); |
| 1331 | } |
| 1332 | |
| 1333 | bool AFCKernelModule::EntityToDBData(std::shared_ptr<AFIEntity> pEntity, AFMsg::pb_db_entity& pb_data) |
| 1334 | { |
nothing calls this directly
no test coverage detected