Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
pub fn read_long<R: Read>(reader: &mut R) -> Result<i64, AvroError> {
63
zag_i64(reader)
64
}
65
66
pub fn zig_i32(n: i32, buffer: &mut Vec<u8>) {
67
zig_i64(n as i64, buffer)
Callers
1
read_block_next
Method · 0.85
Calls
1
zag_i64
Function · 0.85
Tested by
no test coverage detected