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

Function authentication_sasl_continue

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

Source from the content-addressed store, hash-verified

129 }
130
131 pub fn authentication_sasl_continue() -> Vec<u8> {
132 let mut list = BufferList::new();
133 list.add_int32(11);
134 list.add_string("data");
135 list.join(true, Some(b'R'))
136 }
137
138 pub fn authentication_sasl_final() -> Vec<u8> {
139 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