MCPcopy Create free account
hub / github.com/Wulf/tsync / BuildState

Class BuildState

src/lib.rs:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[derive(Default)]
39pub struct BuildState /*<'a>*/ {
40 pub types: String,
41 pub unprocessed_files: Vec<PathBuf>,
42 // pub ignore_file_config: Option<gitignore::File<'a>>,
43}
44
45/// Settings for the build process
46#[derive(Default)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected