MCPcopy
hub / github.com/perkeep/perkeep / Handler

Method Handler

pkg/search/query_test.go:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (qt *queryTest) Handler() *Handler {
97 qt.handlerOnce.Do(func() { qt.handler = qt.newHandler() })
98 return qt.handler
99}
100
101func testQuery(t testing.TB, fn func(*queryTest)) {
102 testQueryTypes(t, allIndexTypes, fn)

Calls

no outgoing calls

Tested by

no test coverage detected