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

Method write

src/storage/src/upsert.rs:422–424  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

420
421impl<H: Digest> Hasher for DigestHasher<H> {
422 fn write(&mut self, bytes: &[u8]) {
423 self.0.update(bytes);
424 }
425
426 fn finish(&self) -> u64 {
427 panic!("digest wrapper used to produce a hash");

Callers 10

flush_builderMethod · 0.45
serializeMethod · 0.45
disable_cachingMethod · 0.45
invalidateMethod · 0.45
readMethod · 0.45
set_enabledFunction · 0.45
write_data_filesFunction · 0.45
appendMethod · 0.45
rewrite_fileFunction · 0.45
reloading_contextMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected