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

Method args

src/pglite/pg_dump.rs:61–64  ·  view source on GitHub ↗

Add raw `pg_dump` arguments.

(mut self, args: impl IntoIterator<Item = impl Into<String>>)

Source from the content-addressed store, hash-verified

59
60 /// Add raw `pg_dump` arguments.
61 pub fn args(mut self, args: impl IntoIterator<Item = impl Into<String>>) -> Self {
62 self.args.extend(args.into_iter().map(Into::into));
63 self
64 }
65
66 /// Select the database to dump.
67 pub fn database(mut self, database: impl Into<String>) -> Self {

Callers 15

run_in_release_workspaceFunction · 0.80
startMethod · 0.80
fetch_pinned_sourcesFunction · 0.80
ensure_source_remoteFunction · 0.80
is_git_ancestorFunction · 0.80
check_source_spineFunction · 0.80
command_outputFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls