MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / put_slice

Method put_slice

crates/sats/src/buffer.rs:302–304  ·  view source on GitHub ↗
(&mut self, slice: &[u8])

Source from the content-addressed store, hash-verified

300
301impl BufWriter for Vec<u8> {
302 fn put_slice(&mut self, slice: &[u8]) {
303 self.extend_from_slice(slice);
304 }
305}
306
307impl BufWriter for &mut [u8] {

Callers 15

encode_recordMethod · 0.45
encode_recordMethod · 0.45
encodeMethod · 0.45
put_u8Method · 0.45
put_u16Method · 0.45
put_u32Method · 0.45
put_u64Method · 0.45
put_u128Method · 0.45
put_u256Method · 0.45
put_i8Method · 0.45
put_i16Method · 0.45
put_i32Method · 0.45

Calls 2

takeFunction · 0.85
lenMethod · 0.45

Tested by 1