MCPcopy
hub / github.com/perkeep/perkeep / KeyId

Method KeyId

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

KeyId returns the GPG keyid (e.g. "2931A67C26F5ABDA) given the blobref of its ASCII-armored blobref. The error is ErrNotFound if not found.

(context.Context, blob.Ref)

Source from the content-addressed store, hash-verified

35 // given the blobref of its ASCII-armored blobref.
36 // The error is ErrNotFound if not found.
37 KeyId(context.Context, blob.Ref) (string, error)
38
39 // AppendClaims appends to dst claims on the given permanode.
40 // The signerFilter - a GPG key ID (e.g. "2931A67C26F5ABDA) -

Callers 1

KeyIdMethod · 0.65

Implementers 1

Indexpkg/index/index.go

Calls

no outgoing calls

Tested by

no test coverage detected