MCPcopy Create free account
hub / github.com/RustCV/RustCV / new

Method new

rustcv-backend-msmf/src/stream.rs:100–102  ·  view source on GitHub ↗
(shared: Arc<SharedState>)

Source from the content-addressed store, hash-verified

98
99impl MsmfCallback {
100 fn new(shared: Arc<SharedState>) -> Self {
101 Self { shared }
102 }
103}
104
105impl IMFSourceReaderCallback_Impl for MsmfCallback_Impl {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected