Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/accounting #60

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

feature/accounting #60

wants to merge 3 commits into from

Conversation

decanus
Copy link
Contributor

@decanus decanus commented Sep 17, 2019

Experimental implementation of specs/#1

///
/// - Parameters:
/// - message: The message to account for.
func account(sentMessage message: Message);
Copy link

Choose a reason for hiding this comment

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

Lines should not have trailing semicolons.

///
/// - Parameters:
/// - message: The message to account for.
func account(receivedMessage message: Message);
Copy link

Choose a reason for hiding this comment

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

Lines should not have trailing semicolons.

/// - sentMessagesForPeer: The peer id to check.
///
/// - Returns: The amount of messages accounted for.
func accounted(sentMessagesForPeer peer: Peer) -> UInt;
Copy link

Choose a reason for hiding this comment

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

Lines should not have trailing semicolons.

/// - receivedMessagesForPeer: The peer id to check.
///
/// - Returns: The amount of messages accounted for.
func accounted(receivedMessagesForPeer peer: Peer) -> UInt;
Copy link

Choose a reason for hiding this comment

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

Lines should not have trailing semicolons.

@codeclimate
Copy link

codeclimate bot commented Sep 20, 2019

Code Climate has analyzed commit e8714a0 and detected 0 issues on this pull request.

View more on Code Climate.

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.

1 participant