MCPcopy Create free account
hub / github.com/astercloud/aster / NewSearcher

Function NewSearcher

pkg/session/search.go:25–29  ·  view source on GitHub ↗

NewSearcher 创建 Session 搜索器

(config SearcherConfig)

Source from the content-addressed store, hash-verified

23
24// NewSearcher 创建 Session 搜索器
25func NewSearcher(config SearcherConfig) *Searcher {
26 return &Searcher{
27 store: config.Store,
28 }
29}
30
31// SearchOptions 搜索选项
32type SearchOptions struct {

Callers 1

demonstrateSearchFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected