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

Method get_reader

rustcv-backend-msmf/src/stream.rs:445–447  ·  view source on GitHub ↗

Returns a clone of the source reader for control interfaces.

(&self)

Source from the content-addressed store, hash-verified

443
444 /// Returns a clone of the source reader for control interfaces.
445 pub fn get_reader(&self) -> SendableSourceReader {
446 SendableSourceReader(self.source_reader.0.clone())
447 }
448}
449
450#[async_trait]

Callers 1

openFunction · 0.80

Calls 1

Tested by

no test coverage detected