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
Unique entries in the Blob (identified by their start address and size) can be referenced by different Entry objects from different Directory objects. For the consistency of the Blob it might be beneficial to deduplicate those Entry objects in their factory methods (from_fields, from_blob)
The text was updated successfully, but these errors were encountered:
Unique entries in the
Blob
(identified by their start address and size) can be referenced by differentEntry
objects from differentDirectory
objects. For the consistency of theBlob
it might be beneficial to deduplicate thoseEntry
objects in their factory methods (from_fields
,from_blob
)The text was updated successfully, but these errors were encountered: