MCPcopy
hub / github.com/Tencent/CodeAnalysis / Search

Method Search

tools/owl/scan/matcher.go:44–44  ·  view source on GitHub ↗
(files []string, searchTerm string)

Source from the content-addressed store, hash-verified

42// Matcher scanner matcher
43type Matcher interface {
44 Search(files []string, searchTerm string) ([]*Result, error)
45}
46
47type (

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 1

TestScannerFunction · 0.52