MCPcopy
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
43type Matcher interface {
44 Search(files []string, searchTerm string) ([]*Result, error)
45}
46
47type (
48 // Matcher md5 and hex implement

Callers 3

run.goFile · 0.65
SearchMethod · 0.65
TestScannerFunction · 0.65

Implementers 3

Md5Matchertools/owl/scan/matcher.go
HexMatchertools/owl/scan/matcher.go
Scannertools/owl/scan/scanner.go

Calls

no outgoing calls

Tested by

no test coverage detected