MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / get_include_unchanged

Method get_include_unchanged

atomic-core/src/record/workflow/detect/mod.rs:257–259  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

255 /// Get the include_unchanged setting.
256 #[must_use]
257 pub fn get_include_unchanged(&self) -> bool {
258 self.include_unchanged
259 }
260
261 /// Get the max_diff_size setting.
262 #[must_use]

Callers 1

detect_changes_simpleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected