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

Class BytePattern

src/injectables/function-patterns.hpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace OpenKneeboard {
11
12struct 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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected