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

Method arg

src/pglite/pg_dump.rs:55–58  ·  view source on GitHub ↗

Add one raw `pg_dump` argument.

(mut self, arg: impl Into<String>)

Source from the content-addressed store, hash-verified

53
54 /// Add one raw `pg_dump` argument.
55 pub fn arg(mut self, arg: impl Into<String>) -> Self {
56 self.args.push(arg.into());
57 self
58 }
59
60 /// Add raw `pg_dump` arguments.
61 pub fn args(mut self, args: impl IntoIterator<Item = impl Into<String>>) -> Self {

Callers 15

startMethod · 0.80
init_source_checkoutFunction · 0.80
check_source_spineFunction · 0.80
build_asset_spineFunction · 0.80
run_validate_scriptFunction · 0.80
command_for_hostFunction · 0.80
clone_dir_commandFunction · 0.80
try_reflink_fileFunction · 0.80

Calls 1

pushMethod · 0.80