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

Function insert_strided_end

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

Source from the content-addressed store, hash-verified

286
287 #[test]
288 fn insert_strided_end() {
289 let mut input = vec![1, 2, 3, 4];
290 insert_slice_strided(&mut input, &[5, 6], 4, 4);
291 assert_eq!(input, vec![1, 2, 3, 4, 5, 5, 5, 5, 6, 6, 6, 6]);
292 }
293
294 #[test]
295 fn replace_strided() {

Callers

nothing calls this directly

Calls 1

insert_slice_stridedFunction · 0.85

Tested by

no test coverage detected