MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / intersection_size_checks

Function intersection_size_checks

rust/stringzilla.rs:3826–3832  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3824 #[test]
3825 #[should_panic]
3826 fn intersection_size_checks() {
3827 let mut indices = [0usize; 10];
3828 let mut indices2 = [0usize; 5];
3829 let data = vec![0x41u8; 12];
3830
3831 intersection_by(|_: usize| &data, |_: usize| &data, 1, &mut indices, &mut indices2).unwrap();
3832 }
3833
3834 #[test]
3835 fn intersection_debug() {

Callers

nothing calls this directly

Calls 1

intersection_byFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…