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

Method shutdown

src/pglite/pg_dump.rs:518–520  ·  view source on GitHub ↗
(&mut self, how: Shutdown)

Source from the content-addressed store, hash-verified

516 }
517
518 fn shutdown(&mut self, how: Shutdown) -> virtual_net::Result<()> {
519 self.inner.shutdown(how)
520 }
521
522 fn is_closed(&self) -> bool {
523 self.inner.is_closed()

Calls

no outgoing calls

Tested by

no test coverage detected