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

Struct CodeSearchProvider

internal/tool/code_search.go:20–22  ·  view source on GitHub ↗

CodeSearchProvider performs text search across the repository using git grep.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected