MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / api

Method api

one/src/network.rs:111–113  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

109 Builder { state: Init {} }
110 }
111 pub fn api(&self) -> IpfsMetricsMiddleware<Arc<IpfsService<S>>> {
112 self.api.clone()
113 }
114 pub fn client(&self) -> IpfsClient {
115 IpfsClient(self.client.clone())
116 }

Callers 15

poll_readyMethod · 0.45
block_get_postMethod · 0.45
block_stat_postMethod · 0.45
dag_get_postMethod · 0.45
dag_resolve_postMethod · 0.45
id_postMethod · 0.45
pin_add_postMethod · 0.45
pin_rm_postMethod · 0.45
swarm_connect_postMethod · 0.45
swarm_peers_postMethod · 0.45
version_postMethod · 0.45
poll_readyMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected