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

Method is_empty

src/protocol/buffer_pool.rs:349–351  ·  view source on GitHub ↗

Check if the buffer is empty

(&self)

Source from the content-addressed store, hash-verified

347
348 /// Check if the buffer is empty
349 pub fn is_empty(&self) -> bool {
350 self.buffer().is_empty()
351 }
352
353 /// Get the capacity of the buffer
354 pub fn capacity(&self) -> usize {

Callers 10

parse_startup_messageMethod · 0.45
parse_auth_requestMethod · 0.45
pg_array_to_jsonMethod · 0.45
encode_arrayMethod · 0.45
encode_int4rangeMethod · 0.45
encode_int8rangeMethod · 0.45
encode_numrangeMethod · 0.45
parse_ipv6Method · 0.45
handle_blob_valueMethod · 0.45
handle_text_valueMethod · 0.45

Calls 1

bufferMethod · 0.80

Tested by

no test coverage detected