Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ encode_int
Function
encode_int
src/avro/src/encode.rs:55–57 ·
view source on GitHub ↗
(i: i32, buffer: &mut Vec<u8>)
Source
from the content-addressed store, hash-verified
53
}
54
55
fn encode_int(i: i32, buffer: &mut Vec<u8>) {
56
zig_i32(i, buffer)
57
}
58
59
/// Encode a `Value` into avro format.
60
///
Callers
1
encode_ref
Function · 0.85
Calls
1
zig_i32
Function · 0.85
Tested by
no test coverage detected