| 986 | } |
| 987 | |
| 988 | bool AFCEntity::FindCustomData(const std::string& name) const |
| 989 | { |
| 990 | return custom_data_list_.find(name) != custom_data_list_.end(); |
| 991 | } |
| 992 | |
| 993 | bool AFCEntity::RemoveCustomData(const std::string& name) |
| 994 | { |
no test coverage detected