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

Function encode_close_complete

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

Source from the content-addressed store, hash-verified

383}
384
385fn encode_close_complete(dst: &mut BytesMut) {
386 dst.put_u8(b'3');
387 dst.put_i32(4); // Fixed length
388}
389
390fn encode_portal_suspended(dst: &mut BytesMut) {
391 dst.put_u8(b's');

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected