MCPcopy Create free account
hub / github.com/erans/pgsqlite / encode_bind_complete

Function encode_bind_complete

src/protocol/codec.rs:380–383  ·  view source on GitHub ↗
(dst: &mut BytesMut)

Source from the content-addressed store, hash-verified

378}
379
380fn encode_bind_complete(dst: &mut BytesMut) {
381 dst.put_u8(b'2');
382 dst.put_i32(4); // Fixed length
383}
384
385fn encode_close_complete(dst: &mut BytesMut) {
386 dst.put_u8(b'3');

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected