Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDH/KMS: mark Get trait immutable #625

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

Xynnn007
Copy link
Member

Typically, a get operation should not change any inner state of the storage. Thus we mark this trait immutable.

This would also do help to outer callers.

cc @fitzthum

@Xynnn007 Xynnn007 requested a review from sameo as a code owner July 23, 2024 08:24
Typically, a `get` operation should not change any inner state of the
storage. Thus we mark this trait immutable.

This would also do help to outer callers.

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
Copy link
Contributor

@1570005763 1570005763 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jialez0 jialez0 merged commit 9bd6f06 into confidential-containers:main Jul 24, 2024
5 checks passed
@Xynnn007 Xynnn007 deleted the kms-api branch July 24, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants