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

Function startup_message

tests/client_compat.rs:1100–1106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1098}
1099
1100fn startup_message() -> Vec<u8> {
1101 startup_message_with(&[
1102 ("user", "postgres"),
1103 ("database", "template1"),
1104 ("client_encoding", "UTF8"),
1105 ])
1106}
1107
1108fn startup_message_with(params: &[(&str, &str)]) -> Vec<u8> {
1109 let mut body = Vec::new();

Calls 1

startup_message_withFunction · 0.85

Tested by

no test coverage detected