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

Function ready_for_query

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

Source from the content-addressed store, hash-verified

96 use super::{Field, Mode, helpers::BufferList};
97
98 pub fn ready_for_query() -> Vec<u8> {
99 let mut list = BufferList::new();
100 list.add_bytes(b"I");
101 list.join(true, Some(b'Z'))
102 }
103
104 pub fn authentication_ok() -> Vec<u8> {
105 let mut list = BufferList::new();

Calls 2

add_bytesMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected