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

Function read_long

avro/src/util.rs:76–78  ·  view source on GitHub ↗
(reader: &mut R)

Source from the content-addressed store, hash-verified

74 fn string(&mut self, key: &'static str) -> AvroResult<Option<String>> {
75 match self.remove(key) {
76 Some(Value::String(s)) => Ok(Some(s)),
77 Some(value) => Err(Details::GetStringInvalidType(key, value.description()).into()),
78 None => Ok(None),
79 }
80 }
81

Callers 1

read_block_nextMethod · 0.85

Calls 1

zag_i64Function · 0.85

Tested by

no test coverage detected