MCPcopy Create free account
hub / github.com/RetypeOS/parcode / compress_append

Method compress_append

src/compression.rs:266–269  ·  view source on GitHub ↗
(&self, data: &[u8], output: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

264 }
265
266 fn compress_append(&self, data: &[u8], output: &mut Vec<u8>) -> Result<()> {
267 output.extend_from_slice(data);
268 Ok(())
269 }
270}
271
272// --- LZ4 Implementation ---

Callers 2

execute_graph_serialFunction · 0.80
process_nodeFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected