MCPcopy 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_blocksMethod · 0.45
destroy_sessionMethod · 0.45
want_blockMethod · 0.45
runFunction · 0.45

Calls 2

IpfsClientClass · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected