MCPcopy
hub / github.com/FiloSottile/age / Wrap

Method Wrap

plugin/client.go:66–69  ·  view source on GitHub ↗
(fileKey []byte)

Source from the content-addressed store, hash-verified

64}
65
66func (r *Recipient) Wrap(fileKey []byte) (stanzas []*age.Stanza, err error) {
67 stanzas, _, err = r.WrapWithLabels(fileKey)
68 return
69}
70
71func (r *Recipient) WrapWithLabels(fileKey []byte) (stanzas []*age.Stanza, labels []string, err error) {
72 defer func() {

Callers

nothing calls this directly

Implementers 11

testRecipientage_test.go
testRecipientplugin/client_test.go
testPQCRecipientplugin/client_test.go
Recipientplugin/example_test.go
testPlugincmd/age/age_test.go
RSARecipientagessh/agessh.go
Ed25519Recipientagessh/agessh.go
Recipienttag/tag.go

Calls 1

WrapWithLabelsMethod · 0.95

Tested by

no test coverage detected