| 828 | } |
| 829 | |
| 830 | bool AFCEntity::AddCustomGUID(const std::string& name, const AFGUID& value) |
| 831 | { |
| 832 | return false; |
| 833 | } |
| 834 | |
| 835 | bool AFCEntity::SetCustomBool(const std::string& name, bool value) |
| 836 | { |
nothing calls this directly
no outgoing calls
no test coverage detected