Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaskRay/ccls
/ Matcher
Method
Matcher
src/utils.hh:27–27 ·
view source on GitHub ↗
throw
Source
from the content-addressed store, hash-verified
25
26
Matcher(const std::string &pattern); // throw
27
Matcher(Matcher &&) = default;
28
~Matcher();
29
bool matches(const std::string &text) const;
30
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected