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

Method decode

src/storage-types/src/sources.rs:317–321  ·  view source on GitHub ↗
(buf: [u8; 8])

Source from the content-addressed store, hash-verified

315 }
316
317 fn decode(buf: [u8; 8]) -> Self {
318 Self {
319 offset: mz_persist_types::Codec64::decode(buf),
320 }
321 }
322}
323
324impl columnation::Columnation for MzOffset {

Callers 2

roundtrip_source_dataFunction · 0.45

Calls 8

packerMethod · 0.80
expectMethod · 0.80
unwrapMethod · 0.80
decodeFunction · 0.50
is_nullMethod · 0.45
valueMethod · 0.45
into_rustMethod · 0.45
as_mutMethod · 0.45

Tested by

no test coverage detected