MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / http_addr

Method http_addr

packages/server/src/config.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn http_addr(&self) -> SocketAddr {
58 SocketAddr::new(self.bind_ip, self.http_port)
59 }
60}
61
62#[derive(Clone, Copy, Debug, Eq, PartialEq)]

Callers 1

serveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected