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

Function NewIdentity

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

Source from the content-addressed store, hash-verified

25}
26
27func NewIdentity(data []byte) (*Identity, error) {
28 return &Identity{}, nil
29}
30
31func ExamplePlugin_main() {
32 p, err := plugin.New("example")

Callers 2

parseIdentityFunction · 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…