Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_config_default_ignore_patterns
Function · 0.80
test_config_with_ignore_pattern
Function · 0.80
begin_turn
Method · 0.80
end_turn
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_config_default_ignore_patterns
Function · 0.64
test_config_with_ignore_pattern
Function · 0.64