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

Function IsSecretDeploymentOption

codersdk/deployment.go:1346–1348  ·  view source on GitHub ↗
(opt serpent.Option)

Source from the content-addressed store, hash-verified

1344}
1345
1346func IsSecretDeploymentOption(opt serpent.Option) bool {
1347 return opt.Annotations.IsSet(annotationSecretKey)
1348}
1349
1350func DefaultCacheDir() string {
1351 defaultCacheDir, err := os.UserCacheDir()

Calls

no outgoing calls