Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
func
(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
SetAddresses
Method · 0.45
TestUserLinks
Function · 0.45
TestExternalAuthLinks
Function · 0.45
TestCryptoKeys
Function · 0.45
TestNew
Function · 0.45
TestEncryptDecryptField
Function · 0.45
TestUserSecrets
Function · 0.45
Calls
1
Errorf
Method · 0.45
Tested by
6
TestUserLinks
Function · 0.36
TestExternalAuthLinks
Function · 0.36
TestCryptoKeys
Function · 0.36
TestNew
Function · 0.36
TestEncryptDecryptField
Function · 0.36
TestUserSecrets
Function · 0.36