MCPcopy Index your code
hub / github.com/FiloSottile/age / NewRecipient

Function NewRecipient

plugin/example_test.go:17–19  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

15}
16
17func NewRecipient(data []byte) (*Recipient, error) {
18 return &Recipient{}, nil
19}
20
21type Identity struct{}
22

Callers 2

parseRecipientFunction · 0.92
ExamplePlugin_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…