We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba057b commit ea01165Copy full SHA for ea01165
src/keyspace.rs
@@ -220,7 +220,8 @@ impl Keyspace {
220
/// Needed to open a keyspace without threads for testing.
221
///
222
/// Should not be user-facing.
223
- fn create_or_recover(config: Config) -> crate::Result<Self> {
+ #[doc(hidden)]
224
+ pub fn create_or_recover(config: Config) -> crate::Result<Self> {
225
log::info!("Opening keyspace at {}", config.path.display());
226
227
if config.path.join(FJALL_MARKER).try_exists()? {
0 commit comments