MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / addr_len

Method addr_len

src/backend/linux_raw/net/addr.rs:168–170  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

166
167 #[inline]
168 pub(crate) fn addr_len(&self) -> SocketAddrLen {
169 bitcast!(self.len)
170 }
171
172 #[inline]
173 pub(crate) fn len(&self) -> usize {

Callers 2

lenMethod · 0.45
read_sockaddr_unixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected