MCPcopy Create free account
hub / github.com/AI45Lab/Code / with_exclude_patterns

Method with_exclude_patterns

core/src/context/ripgrep_provider.rs:81–84  ·  view source on GitHub ↗

Set exclude patterns

(mut self, patterns: Vec<String>)

Source from the content-addressed store, hash-verified

79
80 /// Set exclude patterns
81 pub fn with_exclude_patterns(mut self, patterns: Vec<String>) -> Self {
82 self.exclude_patterns = patterns;
83 self
84 }
85
86 /// Set max file size
87 pub fn with_max_file_size(mut self, size: usize) -> Self {

Callers 1

test_config_buildersFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_config_buildersFunction · 0.36