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 123f317 commit 46e342bCopy full SHA for 46e342b
AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStore/src/DefaultKeyStorageInterface.dfy
@@ -574,7 +574,7 @@ module DefaultKeyStorageInterface {
574
}
575
576
577
- method {:vcs_split_on_every_assert} GetMutation' ( input: Types.GetMutationInput )
+ method {vcs_split_on_every_assert} GetMutation' ( input: Types.GetMutationInput )
578
returns (output: Result<Types.GetMutationOutput, Types.Error>)
579
requires ValidState()
580
modifies Modifies - {History}
0 commit comments