| 857 | } |
| 858 | |
| 859 | bool AFCEntity::SetCustomUInt32(const std::string& name, const uint32_t value) |
| 860 | { |
| 861 | return false; |
| 862 | } |
| 863 | |
| 864 | bool AFCEntity::SetCustomInt64(const std::string& name, const int64_t value) |
| 865 | { |
nothing calls this directly
no outgoing calls
no test coverage detected