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

Method unix

src/pglite/server.rs:236–239  ·  view source on GitHub ↗
(mut self, path: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

234 /// Bind the server to a Unix-domain socket path.
235 #[cfg(unix)]
236 pub fn unix(mut self, path: impl Into<PathBuf>) -> Self {
237 self.endpoint = ServerEndpointConfig::Unix(path.into());
238 self
239 }
240
241 /// Set a PostgreSQL startup GUC for the embedded backend used by this
242 /// server.

Callers 4

mainFunction · 0.80
preferred_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected