Searched defs:Finder (Results 1 – 3 of 3) sorted by relevance
148 type Finder struct { struct150 DbPath string151 numDbLoadingThreads int152 numSearchingThreads int153 cacheMetadata cacheMetadata154 logger Logger155 filesystem fs.FileSystem158 threadPool *threadPool159 mutex sync.Mutex160 fsErrs []fsErr[all …]
60 func finderWithSameParams(t *testing.T, original *Finder) *Finder {68 func finderAndErrorWithSameParams(t *testing.T, original *Finder) (*Finder, error) {
123 func FindSources(ctx Context, config Config, f *finder.Finder) {