Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ client
Method
client
one/src/network.rs:114–116 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
112
self.api.clone()
113
}
114
pub fn client(&self) -> IpfsClient {
115
IpfsClient(self.client.clone())
116
}
117
pub async fn stop(self) -> Result<()> {
118
self.p2p.stop().await?;
119
Ok(())
Callers
4
notify_new_blocks
Method · 0.45
destroy_session
Method · 0.45
want_block
Method · 0.45
run
Function · 0.45
Calls
2
IpfsClient
Class · 0.85
clone
Method · 0.45
Tested by
no test coverage detected