Skip to main content

decode_repeat

Function decode_repeat 

Source
pub fn decode_repeat(
    file: &str,
    key: &str,
    raw: Option<&Value>,
) -> Result<Option<Repeat>, InterchangeError>
Expand description

Hermes 0.21.0 stores repeat as {times: N | null, completed: M}; older bool/number forms load.