MCPcopy Create free account
hub / github.com/That3Percent/second-stack / empty_slice_ok

Function empty_slice_ok

src/lib.rs:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371
372 #[test]
373 fn empty_slice_ok() {
374 acquire(repeat(0).take(0));
375 acquire(repeat(0).take(0));
376 }
377
378 #[test]
379 fn zst_ok() {

Callers

nothing calls this directly

Calls 1

acquireFunction · 0.85

Tested by

no test coverage detected