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

Method send_scram_client_final_message

src/protocol/serializer.rs:151–155  ·  view source on GitHub ↗
(additional_data: &str)

Source from the content-addressed store, hash-verified

149 }
150
151 pub fn send_scram_client_final_message(additional_data: &str) -> Vec<u8> {
152 let mut writer = BufferWriter::default();
153 writer.add_string(additional_data);
154 writer.flush(Some(CODE_STARTUP))
155 }
156
157 pub fn query(text: &str) -> Vec<u8> {
158 let mut writer = BufferWriter::default();

Callers

nothing calls this directly

Calls 2

add_stringMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected