Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
472
pub struct QsyncInput {
473
path: PathBuf,
474
options: QsyncOptions,
475
}
476
477
impl QsyncInput {
478
#[must_use]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected