MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / replace_strided_end

Function replace_strided_end

hail-fuzz/src/utils.rs:309–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307
308 #[test]
309 fn replace_strided_end() {
310 let mut input = vec![1, 2, 3, 4];
311 replace_slice_strided(&mut input, &[5, 6], 4, 1);
312 assert_eq!(input, vec![1, 2, 3, 4, 5, 6]);
313 }
314}
315
316/// Streams related to interrupts should not be used for i2s replacement.

Callers

nothing calls this directly

Calls 1

replace_slice_stridedFunction · 0.85

Tested by

no test coverage detected