MCPcopy
hub / github.com/perkeep/perkeep / Query

Method Query

pkg/search/search.go:31–31  ·  view source on GitHub ↗
(context.Context, *SearchQuery)

Source from the content-addressed store, hash-verified

29
30type QueryDescriber interface {
31 Query(context.Context, *SearchQuery) (*SearchResult, error)
32 Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
33}

Callers 15

RedirectURLMethod · 0.65
AccountsMethod · 0.65
NodeMethod · 0.65
findExistingPermanodeFunction · 0.65
findExistingBookmarkMethod · 0.65
findExistingPermanodeFunction · 0.65
wantResMethod · 0.65
TestQueryBlobRefPrefixFunction · 0.65

Implementers 3

Clientpkg/client/client.go
Handlerpkg/search/handler.go
fakeClientapp/publisher/publish_test.go

Calls

no outgoing calls

Tested by 12

wantResMethod · 0.52
TestQueryBlobRefPrefixFunction · 0.52
testLimitDoesntDeadlockFunction · 0.52
benchmarkQueryPermanodesFunction · 0.52
QueryMethod · 0.52
SearchMethod · 0.52