fn open_snapshot_db(
decoders: ModuleDecoderRegistry,
snapshot_dir: &Path,
is_isolated: bool,
) -> Result<Database>
Expand description
Opens the backup database in the snapshot_dir
. If the is_isolated
flag
is set, the database will be opened as an isolated database with
TEST_MODULE_INSTANCE_ID
as the prefix.