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

Method bytes

src/avro/src/decode.rs:1490–1495  ·  view source on GitHub ↗
(
            mut self,
            r: ValueOrReader<'a, &'a [u8], R>,
        )

Source from the content-addressed store, hash-verified

1488 }
1489
1490 fn bytes<'a, R: AvroRead>(
1491 mut self,
1492 r: ValueOrReader<'a, &'a [u8], R>,
1493 ) -> Result<Self::Out, AvroError> {
1494 (self.conv)(self.inner.bytes(r)?)
1495 }
1496
1497 fn string<'a, R: AvroRead>(
1498 mut self,

Callers 14

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_large_catalog_itemFunction · 0.45
mainFunction · 0.45
deserializeMethod · 0.45
test_max_request_sizeFunction · 0.45

Calls 2

maybe_skipMethod · 0.80
to_vecMethod · 0.80

Tested by 4

test_large_catalog_itemFunction · 0.36
test_max_request_sizeFunction · 0.36