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
On environment update in local evaluation mode, store overrides so they're efficiently accessed by identifier.
For Flagsmith::build_identity_model interface (now more appropriate to call it get_identity_model), use the storage above to retrieve the identity overrides. Fall back to a new IdentityModel instance if not found. If found, update traits with user-provided traits.
The text was updated successfully, but these errors were encountered:
After Flagsmith/flagsmith-rust-flag-engine#11 is done and released:
Flagsmith::build_identity_model
interface (now more appropriate to call itget_identity_model
), use the storage above to retrieve the identity overrides. Fall back to a newIdentityModel
instance if not found. If found, update traits with user-provided traits.The text was updated successfully, but these errors were encountered: