MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / write

Method write

ipc-storage/ipld/src/hash_algorithm.rs:23–25  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

21 }
22
23 fn write(&mut self, bytes: &[u8]) {
24 self.0.extend_from_slice(bytes);
25 }
26}
27
28#[derive(Default, Debug)]

Callers 4

handle_shard_pullFunction · 0.45
handle_blob_eventFunction · 0.45
resolve_blob_shardsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected