| 2908 | } |
| 2909 | |
| 2910 | trait CloneFrameForTest { |
| 2911 | fn clone_for_test(&self, frame_sequence: u64) -> Self; |
| 2912 | } |
| 2913 | |
| 2914 | impl CloneFrameForTest for FramePacket { |
| 2915 | fn clone_for_test(&self, frame_sequence: u64) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected