Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
boot
Method · 0.45
Calls
1
addr
Method · 0.45
Tested by
no test coverage detected