MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / is_empty

Method is_empty

src/avro/src/reader.rs:251–253  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

249 }
250
251 fn is_empty(&self) -> bool {
252 self.messages_remaining == 0
253 }
254
255 fn fill_buf(&mut self, n: usize) -> Result<(), AvroError> {
256 // We don't have enough space in the buffer, need to grow it.

Callers 9

encode_refFunction · 0.45
human_nameMethod · 0.45
parseMethod · 0.45
is_nullableMethod · 0.45
parse_intMethod · 0.45
parse_longMethod · 0.45
pcf_mapFunction · 0.45
nextMethod · 0.45
read_nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected