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