reflector_prefix

Function reflector_prefix 

Source
fn reflector_prefix(reflector: &str) -> Option<&str>
Expand description

Returns the first three ASCII-uppercase letters of a reflector name, or None if the prefix is shorter than three bytes or contains non-ASCII.

Used by compute_system_id to distinguish XLX from XRF within the dextra protocol family.