MCPcopy Create free account
hub / github.com/apache/avro-rs / is_empty

Method is_empty

avro/src/reader/block.rs:183–185  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181 if let ErrorKind::UnexpectedEof = io_err.kind() {
182 // to not return any error in case we only finished to read cleanly from the stream
183 Ok(())
184 } else {
185 Err(Details::ReadVariableIntegerBytes(io_err).into())
186 }
187 }
188 Err(e) => Err(Error::new(e)),

Callers 15

aliasesFunction · 0.80
field_to_schema_exprFunction · 0.80
newMethod · 0.80
extract_rustdocFunction · 0.80
deprecatedMethod · 0.80
to_implementationFunction · 0.80
resolve_schemataMethod · 0.80
encode_internalFunction · 0.80
read_nextMethod · 0.80
read_next_deserMethod · 0.80
read_writer_schemaMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by 2

mainFunction · 0.64
test_user_metadataFunction · 0.64