MCPcopy Create free account
hub / github.com/douglance/devsql / matches

Method matches

crates/ccql/src/search/mod.rs:33–35  ·  view source on GitHub ↗
(&self, text: &str)

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn matches(&self, text: &str) -> bool {
34 self.pattern.is_match(text)
35 }
36
37 pub fn find_in_json(&self, value: &serde_json::Value) -> bool {
38 match value {

Callers 5

find_in_jsonMethod · 0.80
searchFunction · 0.80
line_number_atFunction · 0.80
extract_ts_like_importsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected