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

Function isEncryptionKeyFeature

coderd/cryptokeys/cache.go:210–212  ·  view source on GitHub ↗
(feature codersdk.CryptoKeyFeature)

Source from the content-addressed store, hash-verified

208}
209
210func isEncryptionKeyFeature(feature codersdk.CryptoKeyFeature) bool {
211 return feature == codersdk.CryptoKeyFeatureWorkspaceAppsAPIKey
212}
213
214func isSigningKeyFeature(feature codersdk.CryptoKeyFeature) bool {
215 switch feature {

Callers 3

NewEncryptionCacheFunction · 0.85
EncryptingKeyMethod · 0.85
DecryptingKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected