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
✨ Add GPT::find_at_sector() and GPT::remove_at_sector()
Adds two new methods to GPT:
- find_at_sector(): Locates a partition by the sector which resides in it.
- remove_at_sector(): Removes the partition found by the previous method.
0 commit comments