-
In the DSL Model below:
Does the |
Beta Was this translation helpful? Give feedback.
Answered by
rhamzeh
Jan 14, 2024
Replies: 1 comment
-
Hi @Raid55 It affects the If you want to have a check on write, you should treat it as any other action:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Raid55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Raid55
It affects the
Check
- so if tuples are written to indicate someone is both an owner and a guest, the check for owner will return false.If you want to have a check on write, you should treat it as any other action:
can_be_written_as_owner
Write
, callCheck
to ensure that the action of writing can proceed