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

Method ignore_patterns

atomic-agent/src/watcher/mod.rs:178–180  ·  view source on GitHub ↗

Returns the list of ignore patterns.

(&self)

Source from the content-addressed store, hash-verified

176
177 /// Returns the list of ignore patterns.
178 pub fn ignore_patterns(&self) -> &[String] {
179 &self.ignore_patterns
180 }
181}
182
183// FileWatcher Trait

Callers 4

begin_turnMethod · 0.80
end_turnMethod · 0.80

Calls

no outgoing calls