You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear if it's possible to copy a given state. The examples I'm seeing are single traces through an application.
For instance, take state1 and return state1.copy that have the same information but are separate so that changes in one do not affect changes in the other.