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

Function authentication_sasl_final

src/protocol/tests.rs:138–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 pub fn authentication_sasl_final() -> Vec<u8> {
139 let mut list = BufferList::new();
140 list.add_int32(12);
141 list.add_string("data");
142 list.join(true, Some(b'R'))
143 }
144
145 pub fn parameter_status(name: &str, value: &str) -> Vec<u8> {
146 let mut list = BufferList::new();

Callers 1

Calls 3

add_int32Method · 0.45
add_stringMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected