Skip to content

Commit

Permalink
added doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Mar 14, 2024
1 parent f0c66d6 commit 74864f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/node/src/provider/browser/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub struct ProviderRef {
}

impl ProviderRef {
/// get wrapped arc, this is useful for wasm case
pub fn inner(&self) -> Arc<Provider> {
self.inner.clone()
}
Expand Down

0 comments on commit 74864f9

Please sign in to comment.