-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
Description
We currently have get_is_frozen on all object/collection handles which is just extra code for no obvious benefit. Since they all already have access to the Realm instance and is_frozen will return true iff Realm.is_frozen returns true, we can remove all of those handle methods and native code and proxy xxx.IsFrozen => Realm.IsFrozen.
How important is this improvement for you?
No response