Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Sourcery refactored master branch #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sourcery-ai[bot]
Copy link

@sourcery-ai sourcery-ai bot commented Oct 27, 2023

Branch master refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the master branch, then run:

git fetch origin sourcery/master
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai bot requested a review from larsenv October 27, 2023 16:16
byte = (value >> (shift * 8)) & 0xff
return byte
return (value >> (shift * 8)) & 0xff
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function u64_get_byte refactored with the following changes:

Comment on lines -96 to +95
hollywood = decodeWiiID(nwc24_id)[3]
return hollywood
return decodeWiiID(nwc24_id)[3]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function NWC24GetHollywoodID refactored with the following changes:

Comment on lines -100 to +98
id_ctr = decodeWiiID(nwc24_id)[4]
return id_ctr
return decodeWiiID(nwc24_id)[4]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function NWC24GetIDCounter refactored with the following changes:

Comment on lines -104 to +101
hardware_model = decodeWiiID(nwc24_id)[1]
return hardware_model
return decodeWiiID(nwc24_id)[1]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function NWC24GetHardwareModel refactored with the following changes:

Comment on lines 103 to 104
area_code = decodeWiiID(nwc24_id)[2]
return area_code No newline at end of file
return decodeWiiID(nwc24_id)[2]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function NWC24GetAreaCode refactored with the following changes:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants