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

Class BuildSettings

src/lib.rs:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45/// Settings for the build process
46#[derive(Default)]
47pub struct BuildSettings {
48 pub uses_type_interface: bool,
49 pub enable_const_enums: bool,
50}
51
52// fn should_ignore_file(ignore_file: &gitignore::File, entry: &DirEntry) -> bool {
53// let path = entry.path();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected