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

Method password

src/protocol/serializer.rs:136–140  ·  view source on GitHub ↗
(password: &str)

Source from the content-addressed store, hash-verified

134 }
135
136 pub fn password(password: &str) -> Vec<u8> {
137 let mut writer = BufferWriter::default();
138 writer.add_cstring(password);
139 writer.flush(Some(CODE_STARTUP))
140 }
141
142 pub fn send_sasl_initial_response_message(mechanism: &str, initial_response: &str) -> Vec<u8> {
143 let mut writer = BufferWriter::default();

Callers

nothing calls this directly

Calls 2

add_cstringMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected