MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / CloneFrameForTest

Interface CloneFrameForTest

packages/server/src/transport/webrtc.rs:2910–2912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Implementers 1

webrtc.rspackages/server/src/transport/webrtc.r

Calls

no outgoing calls

Tested by

no test coverage detected