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

Function insert_slice_end

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

Source from the content-addressed store, hash-verified

265
266 #[test]
267 fn insert_slice_end() {
268 let mut input = vec![1, 2, 3];
269 insert_slice(&mut input, &[4, 5, 6], 3);
270 assert_eq!(input, vec![1, 2, 3, 4, 5, 6]);
271 }
272
273 #[test]
274 fn insert_strided_empty() {

Callers

nothing calls this directly

Calls 1

insert_sliceFunction · 0.85

Tested by

no test coverage detected