MCPcopy Create free account
hub / github.com/alibaba/open-code-review / CodeSearchProvider

Struct CodeSearchProvider

internal/tool/code_search.go:23–25  ·  view source on GitHub ↗

CodeSearchProvider performs text search across the repository using git grep.

Source from the content-addressed store, hash-verified

21
22// CodeSearchProvider performs text search across the repository using git grep.
23type CodeSearchProvider struct {
24 FileReader *FileReader
25}
26
27func NewCodeSearch(fr *FileReader) *CodeSearchProvider { return &CodeSearchProvider{FileReader: fr} }
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected