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

Function insert_slice_empty

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

Source from the content-addressed store, hash-verified

251
252 #[test]
253 fn insert_slice_empty() {
254 let mut input = vec![];
255 insert_slice(&mut input, &[1, 2, 3], 0);
256 assert_eq!(input, vec![1, 2, 3]);
257 }
258
259 #[test]
260 fn insert_slice_middle() {

Callers

nothing calls this directly

Calls 1

insert_sliceFunction · 0.85

Tested by

no test coverage detected