DeepCopy is used to copy an action to avoid any risk of accidental mutation. Most people never need to call this because the invocation logic deep copies before calls to storage and reactors.
()
| 361 | // DeepCopy is used to copy an action to avoid any risk of accidental mutation. Most people never need to call this |
| 362 | // because the invocation logic deep copies before calls to storage and reactors. |
| 363 | DeepCopy() Action |
| 364 | } |
| 365 | |
| 366 | type GenericAction interface { |
no outgoing calls