MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / ConsumerPattern

Method ConsumerPattern

src/lib/SHM.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755ConsumerPattern::ConsumerPattern() = default;
756ConsumerPattern::ConsumerPattern(
757 std::underlying_type_t<ConsumerKind> consumerKindMask)
758 : mKindMask(consumerKindMask) {
759}
760
761std::underlying_type_t<ConsumerKind> ConsumerPattern::GetRawMaskForDebugging()
762 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected