Skip to main content

lookup

Function lookup 

Source
pub fn lookup(sha256: &[u8; 32]) -> Option<VsDbEntry>
Expand description

Look up a Vs. System per-game database entry by ROM SHA-256.

Returns Some(entry) when the hash is in the embedded table, None otherwise. Binary search over the sorted table; no_std-safe.