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

Method with_include_patterns

core/src/context/ripgrep_provider.rs:75–78  ·  view source on GitHub ↗

Set include patterns

(mut self, patterns: Vec<String>)

Source from the content-addressed store, hash-verified

73
74 /// Set include patterns
75 pub fn with_include_patterns(mut self, patterns: Vec<String>) -> Self {
76 self.include_patterns = patterns;
77 self
78 }
79
80 /// Set exclude patterns
81 pub fn with_exclude_patterns(mut self, patterns: Vec<String>) -> Self {

Callers 1

test_config_buildersFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_config_buildersFunction · 0.36