MCPcopy Index your code
hub / github.com/coder/coder / Error

Method Error

enterprise/dbcrypt/dbcrypt.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (e *DecryptFailedError) Error() string {
31 return xerrors.Errorf("decrypt failed: %w", e.Inner).Error()
32}
33
34// New creates a database.Store wrapper that encrypts/decrypts values
35// stored at rest in the database.

Callers 7

SetAddressesMethod · 0.45
TestUserLinksFunction · 0.45
TestExternalAuthLinksFunction · 0.45
TestCryptoKeysFunction · 0.45
TestNewFunction · 0.45
TestEncryptDecryptFieldFunction · 0.45
TestUserSecretsFunction · 0.45

Calls 1

ErrorfMethod · 0.45

Tested by 6

TestUserLinksFunction · 0.36
TestExternalAuthLinksFunction · 0.36
TestCryptoKeysFunction · 0.36
TestNewFunction · 0.36
TestEncryptDecryptFieldFunction · 0.36
TestUserSecretsFunction · 0.36