Skip to content

Rename misleading blockSizeInBytes parameter to capacityInBytes in EXT4Unpacker#789

Open
adityabagchi24 wants to merge 1 commit into
apple:mainfrom
adityabagchi24:fix
Open

Rename misleading blockSizeInBytes parameter to capacityInBytes in EXT4Unpacker#789
adityabagchi24 wants to merge 1 commit into
apple:mainfrom
adityabagchi24:fix

Conversation

@adityabagchi24

Copy link
Copy Markdown

Changes:

The blockSizeInBytes parameter on EXT4Unpacker was misleading — it does not represent an ext4 filesystem block size.

This change renames blockSizeInBytes to capacityInBytes, updates the doc comment to accurately describe the parameter and updates the name in the call sites.

Closes #787.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: EXT4Unpacker(blockSizeInBytes:) parameter name is misleading.

1 participant