MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / user

Method user

src/environmentd/src/test_util.rs:1099–1102  ·  view source on GitHub ↗

Set the user for the pgwire connection.

(mut self, user: &str)

Source from the content-addressed store, hash-verified

1097
1098 /// Set the user for the pgwire connection.
1099 pub fn user(mut self, user: &str) -> Self {
1100 self.pg_config.user(user);
1101 self
1102 }
1103
1104 /// Set the password for the pgwire connection.
1105 pub fn password(mut self, password: &str) -> Self {

Callers 15

newMethod · 0.45
authFunction · 0.45
newMethod · 0.45
internalMethod · 0.45
pg_configMethod · 0.45
pg_config_internalMethod · 0.45
handle_mcp_requestFunction · 0.45
test_utilization_holdFunction · 0.45
test_internal_portsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected