MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / QsyncInput

Class QsyncInput

crates/qsync/src/processor.rs:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471#[derive(Clone)]
472pub struct QsyncInput {
473 path: PathBuf,
474 options: QsyncOptions,
475}
476
477impl QsyncInput {
478 #[must_use]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected