MCPcopy Index your code
hub / github.com/perkeep/perkeep / GetRecentPermanodes

Method GetRecentPermanodes

pkg/search/handler.go:89–89  ·  view source on GitHub ↗

GetRecentPermanodes returns recently-modified permanodes. This is a higher-level query returning more metadata than the index.GetRecentPermanodes, which only scans the blobrefs but doesn't return anything about the permanodes.

(context.Context, *RecentRequest)

Source from the content-addressed store, hash-verified

87 // This is a higher-level query returning more metadata than the index.GetRecentPermanodes,
88 // which only scans the blobrefs but doesn't return anything about the permanodes.
89 GetRecentPermanodes(context.Context, *RecentRequest) (*RecentResponse, error)
90}
91
92var _ GetRecentPermanoder = (*Handler)(nil)

Callers 1

GetRecentPermanodesMethod · 0.65

Implementers 3

Clientpkg/client/client.go
Handlerpkg/search/handler.go
Indexpkg/index/index.go

Calls

no outgoing calls

Tested by

no test coverage detected