Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_json
Method · 0.80
search
Function · 0.80
extract_symbols_from_tree
Function · 0.80
line_number_at
Function · 0.80
extract_ts_like_imports
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected