MCPcopy
hub / github.com/getsops/sops / String

Method String

pgp/keysource.go:215–217  ·  view source on GitHub ↗

String returns the GnuPGHome as a string. It does not Validate.

()

Source from the content-addressed store, hash-verified

213
214// String returns the GnuPGHome as a string. It does not Validate.
215func (d GnuPGHome) String() string {
216 return string(d)
217}
218
219// ApplyToMasterKey configures the GnuPGHome on the provided key if it passes
220// Validate.

Callers 15

ImportContextMethod · 0.95
CleanupMethod · 0.95
ValidateMethod · 0.95
ApplyToMasterKeyMethod · 0.95
TestNewGnuPGHomeFunction · 0.95
TestGnuPGHome_ImportFunction · 0.95
TestGnuPGHome_ImportFileFunction · 0.95
TestGnuPGHome_ValidateFunction · 0.95
TestMasterKey_EncryptFunction · 0.95

Calls

no outgoing calls