Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
type
QueryDescriber
interface
{
31
Query(context.Context, *SearchQuery) (*SearchResult, error)
32
Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
33
}
Callers
15
RedirectURL
Method · 0.65
startPeriodicImporters
Method · 0.65
Accounts
Method · 0.65
Node
Method · 0.65
findExistingPermanode
Function · 0.65
findExistingBookmark
Method · 0.65
findExistingPermanode
Function · 0.65
wantRes
Method · 0.65
TestQueryBlobRefPrefix
Function · 0.65
testQueryRecentPermanodes
Function · 0.65
testQueryRecentPermanodes_Continue
Function · 0.65
testQueryRecentPermanodes_ContinueEndMidPage
Function · 0.65
Implementers
3
Client
pkg/client/client.go
Handler
pkg/search/handler.go
fakeClient
app/publisher/publish_test.go
Calls
no outgoing calls
Tested by
12
wantRes
Method · 0.52
TestQueryBlobRefPrefix
Function · 0.52
testQueryRecentPermanodes
Function · 0.52
testQueryRecentPermanodes_Continue
Function · 0.52
testQueryRecentPermanodes_ContinueEndMidPage
Function · 0.52
testLimitDoesntDeadlock
Function · 0.52
BenchmarkQueryRecentPermanodes
Function · 0.52
benchmarkQueryPermanodes
Function · 0.52
BenchmarkQueryPermanodeLocation
Function · 0.52
BenchmarkLocationPredicate
Function · 0.52
Query
Method · 0.52
Search
Method · 0.52