MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / testB

Function testB

1759. Find the Missing IDs/src/main.rs:56–59  ·  view source on GitHub ↗
(a: &mut A)

Source from the content-addressed store, hash-verified

54}
55
56fn testB(a: &mut A) {
57 // let b = MyPeekableB::new(a);
58 // b.hi();
59}
60
61struct MyPeekableA<T> {
62 iter: T

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected