MCPcopy Create free account
hub / github.com/dallay/agentsync / default

Method default

src/config.rs:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206impl Default for GitignoreConfig {
207 fn default() -> Self {
208 Self {
209 enabled: true,
210 marker: default_marker(),
211 entries: Vec::new(),
212 }
213 }
214}
215
216// =============================================================================

Callers 3

confirm_migrationMethod · 0.45
select_skills_modeMethod · 0.45

Calls 1

default_markerFunction · 0.85

Tested by

no test coverage detected