Skip to main content

schema_version

Function schema_version 

Source
pub fn schema_version(store: &Store) -> u64
Expand description

The store’s declared schema_version, read LAZILY (not a parsed Config field, so the Config/DEFAULT_CONFIG lockstep stays intact) and consulted only at the forward-compat tolerate-vs-reject decision. Defaults to 1 (the 0.1.x baseline) when absent or malformed.