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

Method PathsLookup

pkg/index/interface.go:130–130  ·  view source on GitHub ↗

All Path claims for (signer, base, suffix)

(ctx context.Context, signer, base blob.Ref, suffix string)

Source from the content-addressed store, hash-verified

128
129 // All Path claims for (signer, base, suffix)
130 PathsLookup(ctx context.Context, signer, base blob.Ref, suffix string) ([]*camtypes.Path, error)
131
132 // Most recent Path claim for (signer, base, suffix) as of
133 // provided time 'at', or most recent if 'at' is nil.

Callers 1

PathsOfSignerTargetFunction · 0.65

Implementers 1

Indexpkg/index/index.go

Calls

no outgoing calls

Tested by

no test coverage detected