Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/open-code-review
/ NewCodeSearch
Function
NewCodeSearch
internal/tool/code_search.go:24–24 ·
view source on GitHub ↗
(fr *FileReader)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewCodeSearch(fr *FileReader) *CodeSearchProvider {
return
&CodeSearchProvider{FileReader: fr} }
25
26
func
(p *CodeSearchProvider) Tool() Tool {
return
CodeSearch }
27
Callers
15
buildToolRegistry
Function · 0.92
TestBuildGrepArgs_WorkspaceMode
Function · 0.85
TestBuildGrepArgs_CommitMode
Function · 0.85
TestBuildGrepArgs_RefUsesEndOfOptions
Function · 0.85
TestBuildGrepArgs_PatternStartingWithDash
Function · 0.85
TestBuildGrepArgs_CaseSensitive
Function · 0.85
TestBuildGrepArgs_CaseInsensitive
Function · 0.85
TestBuildGrepArgs_PerlRegexp
Function · 0.85
TestBuildGrepArgs_FixedString
Function · 0.85
TestGitGrep_WorkspaceMode_Found
Function · 0.85
TestGitGrep_WorkspaceMode_NoMatch
Function · 0.85
TestGitGrep_CommitMode_Found
Function · 0.85
Calls
no outgoing calls
Tested by
15
TestBuildGrepArgs_WorkspaceMode
Function · 0.68
TestBuildGrepArgs_CommitMode
Function · 0.68
TestBuildGrepArgs_RefUsesEndOfOptions
Function · 0.68
TestBuildGrepArgs_PatternStartingWithDash
Function · 0.68
TestBuildGrepArgs_CaseSensitive
Function · 0.68
TestBuildGrepArgs_CaseInsensitive
Function · 0.68
TestBuildGrepArgs_PerlRegexp
Function · 0.68
TestBuildGrepArgs_FixedString
Function · 0.68
TestGitGrep_WorkspaceMode_Found
Function · 0.68
TestGitGrep_WorkspaceMode_NoMatch
Function · 0.68
TestGitGrep_CommitMode_Found
Function · 0.68
TestGitGrep_CommitMode_NoMatch
Function · 0.68