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

Function authentication_ok

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

Source from the content-addressed store, hash-verified

102 }
103
104 pub fn authentication_ok() -> Vec<u8> {
105 let mut list = BufferList::new();
106 list.add_int32(0);
107 list.join(true, Some(b'R'))
108 }
109
110 pub fn authentication_cleartext_password() -> Vec<u8> {
111 let mut list = BufferList::new();

Callers 1

Calls 2

add_int32Method · 0.45
joinMethod · 0.45

Tested by

no test coverage detected