MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / try_clone_for_protocol

Method try_clone_for_protocol

src/pglite/proxy.rs:624–626  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

622
623impl CloneProtocolStream for TcpStream {
624 fn try_clone_for_protocol(&self) -> io::Result<Self> {
625 self.try_clone()
626 }
627}
628
629fn socket_read_ready<S>(

Callers 1

handle_streamMethod · 0.80

Calls 1

try_cloneMethod · 0.80

Tested by

no test coverage detected