MCPcopy Create free account
hub / github.com/Recordscript/recordscript / local_addr

Method local_addr

libs/hbb_common/src/tcp.rs:125–127  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

123 }
124
125 pub fn local_addr(&self) -> SocketAddr {
126 self.1
127 }
128
129 pub fn set_send_timeout(&mut self, ms: u64) {
130 self.3 = ms;

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected