Documentation ¶ Index ¶ func Search(ctx context.Context, algorithmName string, fromTree, toTree domain.Tree, ...) ([]*domain.CloneSet, error) type AlgorithmFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Search ¶ func Search( ctx context.Context, algorithmName string, fromTree, toTree domain.Tree, ignore domain.IgnoreRules, ) ([]*domain.CloneSet, error) Types ¶ type AlgorithmFunc ¶ added in v0.7.1 type AlgorithmFunc = func( ctx context.Context, sourceTree domain.Searcher, sources []*domain.Source, searchTree domain.Searcher, ignore domain.IgnoreRules, ) ([]*domain.Clone, error) Source Files ¶ View all Source files search.gosearch_impl_adapter.go Click to show internal directories. Click to hide internal directories.