mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-04 20:44:42 +00:00
It is expected that these class members will be set when the object is created (so they're set in the class constructor method) and never change again, as its the driver responsibility to find these values before creating a StorageDevice object. This makes it easier to rely on these values later on as we don't expect them to ever change for a StorageDevice object during its lifetime.