We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd93a7d commit 4520fd0Copy full SHA for 4520fd0
dsc_lib/src/functions/secret.rs
@@ -36,8 +36,8 @@ impl Function for Secret {
36
None
37
};
38
39
- // if no vault name is provided, we query all extensions supporting the secret method
40
- // to see if any of them can provide the secret. If none can or if multiple can, we return an error.
+ // we query all extensions supporting the secret method to see if any of them can provide the secret.
+ // if none can or if multiple can, we return an error.
41
let extensions = context.extensions.iter()
42
.filter(|ext| ext.capabilities.contains(&Capability::Secret))
43
.collect::<Vec<_>>();
0 commit comments