MCPcopy Index your code
hub / github.com/perkeep/perkeep / envSecretRingFile

Function envSecretRingFile

cmd/pk/env.go:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func envSecretRingFile() string {
89 cc, err := client.New()
90 if err != nil {
91 return ""
92 }
93 return cc.SecretRingFile()
94}

Callers

nothing calls this directly

Calls 2

NewFunction · 0.92
SecretRingFileMethod · 0.45

Tested by

no test coverage detected