Searched refs:from_0_to_1 (Results 1 – 1 of 1) sorted by relevance
832 const UPGRADERS: &'static [fn(&Transaction) -> Result<u32>] = &[Self::from_0_to_1];859 fn from_0_to_1(tx: &Transaction) -> Result<u32> { in from_0_to_1() method4557 KeystoreDB::from_0_to_1(tx).no_gc() in test_upgrade_0_to_1()