Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
type
Matcher
interface
{
44
Search(files []string, searchTerm string) ([]*Result, error)
45
}
46
47
type
(
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
1
TestScanner
Function · 0.52