| 754 | |
| 755 | ConsumerPattern::ConsumerPattern() = default; |
| 756 | ConsumerPattern::ConsumerPattern( |
| 757 | std::underlying_type_t<ConsumerKind> consumerKindMask) |
| 758 | : mKindMask(consumerKindMask) { |
| 759 | } |
| 760 | |
| 761 | std::underlying_type_t<ConsumerKind> ConsumerPattern::GetRawMaskForDebugging() |
| 762 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected