Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ Matcher
Interface
Matcher
tools/owl/scan/matcher.go:43–45 ·
view source on GitHub ↗
Matcher scanner matcher
Source
from the content-addressed store, hash-verified
41
42
// Matcher scanner matcher
43
type
Matcher
interface
{
44
Search(files []string, searchTerm string) ([]*Result, error)
45
}
46
47
type
(
48
// Matcher md5 and hex implement
Callers
3
run.go
File · 0.65
Search
Method · 0.65
TestScanner
Function · 0.65
Implementers
3
Md5Matcher
tools/owl/scan/matcher.go
HexMatcher
tools/owl/scan/matcher.go
Scanner
tools/owl/scan/scanner.go
Calls
no outgoing calls
Tested by
no test coverage detected