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

Method new

crates/qsync/src/processor.rs:479–481  ·  view source on GitHub ↗
(path: PathBuf, options: QsyncOptions)

Source from the content-addressed store, hash-verified

477impl QsyncInput {
478 #[must_use]
479 pub const fn new(path: PathBuf, options: QsyncOptions) -> Self {
480 Self { path, options }
481 }
482}
483
484// #[derive(Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected