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

Function read_long

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

Source from the content-addressed store, hash-verified

60}
61
62pub fn read_long<R: Read>(reader: &mut R) -> Result<i64, AvroError> {
63 zag_i64(reader)
64}
65
66pub fn zig_i32(n: i32, buffer: &mut Vec<u8>) {
67 zig_i64(n as i64, buffer)

Callers 1

read_block_nextMethod · 0.85

Calls 1

zag_i64Function · 0.85

Tested by

no test coverage detected