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

Method with_case_insensitive

core/src/context/ripgrep_provider.rs:93–96  ·  view source on GitHub ↗

Set case sensitivity

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

91
92 /// Set case sensitivity
93 pub fn with_case_insensitive(mut self, enabled: bool) -> Self {
94 self.case_insensitive = enabled;
95 self
96 }
97
98 /// Set context lines
99 pub fn with_context_lines(mut self, lines: usize) -> Self {

Callers 2

test_config_buildersFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_config_buildersFunction · 0.64