Skip to content

Commit

Permalink
Hide NamespaceStore::reset
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <[email protected]>
  • Loading branch information
haaawk committed Nov 10, 2023
1 parent 02f353f commit 077647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql-server/src/namespace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl<M: MakeNamespace> NamespaceStore<M> {
Ok(())
}

pub async fn reset(
async fn reset(
&self,
namespace: NamespaceName,
restore_option: RestoreOption,
Expand Down

0 comments on commit 077647a

Please sign in to comment.