| 318 | int64_t hash_ignored; |
| 319 | |
| 320 | TestHashObj() = default; |
| 321 | TestHashObj(int64_t key, String name, int64_t hash_ignored) |
| 322 | : key(key), name(std::move(name)), hash_ignored(hash_ignored) {} |
| 323 |
nothing calls this directly
no outgoing calls
no test coverage detected