| 555 | int color = 0; |
| 556 | |
| 557 | ParticleDescription() = default; |
| 558 | auto operator<=>(ParticleDescription const&) const = default; |
| 559 | ParticleDescription& setId(uint64_t value) |
| 560 | { |
nothing calls this directly
no outgoing calls
no test coverage detected