| 10 | namespace OpenKneeboard { |
| 11 | |
| 12 | struct BytePattern { |
| 13 | uint64_t value; |
| 14 | uint64_t mask; |
| 15 | }; |
| 16 | |
| 17 | /** Convert a pattern containing bytes or `?` into a bit pattern and |
| 18 | * bit mask */ |
nothing calls this directly
no outgoing calls
no test coverage detected