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

Function encode_parse_complete

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

Source from the content-addressed store, hash-verified

373}
374
375fn encode_parse_complete(dst: &mut BytesMut) {
376 dst.put_u8(b'1');
377 dst.put_i32(4); // Fixed length
378}
379
380fn encode_bind_complete(dst: &mut BytesMut) {
381 dst.put_u8(b'2');

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected