MCPcopy Create free account
hub / github.com/bwt-dev/bwt / http_addr

Method http_addr

src/app.rs:238–240  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

236
237 #[cfg(feature = "http")]
238 pub fn http_addr(&self) -> Option<net::SocketAddr> {
239 Some(self.http.as_ref()?.addr())
240 }
241
242 // Prune the chain according to the `prune-until` setting
243 fn try_prune(&self) -> Result<()> {

Callers 1

bootMethod · 0.45

Calls 1

addrMethod · 0.45

Tested by

no test coverage detected