Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
623
impl CloneProtocolStream for TcpStream {
624
fn try_clone_for_protocol(&self) -> io::Result<Self> {
625
self.try_clone()
626
}
627
}
628
629
fn socket_read_ready<S>(
Callers
1
handle_stream
Method · 0.80
Calls
1
try_clone
Method · 0.80
Tested by
no test coverage detected