MCPcopy
hub / github.com/perkeep/perkeep / String

Method String

pkg/schema/sign.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (s *Signer) String() string {
46 return fmt.Sprintf("[*schema.Signer for key=%s pubkey=%s]", s.KeyIDLong(), s.pubref)
47}
48
49// KeyIDLong returns the long (16 digit) capital hex GPG key ID.
50func (s *Signer) KeyIDLong() string {

Callers 15

TestWriteFileMapFunction · 0.45
writeFileChunksFunction · 0.45
BlobFromReaderFunction · 0.45
stringFromMixedArrayFunction · 0.45
SetStaticSetMembersMethod · 0.45
NewHashPlannedPermanodeFunction · 0.45
mapJSONFunction · 0.45
populatePartsFunction · 0.45
populateClaimMapFunction · 0.45
testLargeDirFunction · 0.45
ClaimDateStringMethod · 0.45

Calls 1

KeyIDLongMethod · 0.95

Tested by 4

TestWriteFileMapFunction · 0.36
testLargeDirFunction · 0.36
TestClaimDateFunction · 0.36