MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / HalfMoveKey

Class HalfMoveKey

src/internal/move_resolver.rs:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191// Key for identifying matching half-move pairs.
192#[derive(Debug, Clone, Copy, PartialEq, Eq)]
193struct HalfMoveKey {
194 pos: MovePosition,
195 value: Value,
196}
197
198// Custom hasher which hashes a single u64 instead of 2 u32
199impl Hash for HalfMoveKey {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected