Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FiloSottile/age
/ testRecipient
Struct
testRecipient
plugin/client_test.go:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
type
testRecipient
struct
{}
53
54
func
(testRecipient) Wrap(fileKey []byte) ([]*age.Stanza, error) {
55
return
[]*age.Stanza{{Type:
"test"
, Body: fileKey}}, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected