Skip to content

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);

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);

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;

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;

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.

@qlty-cloud-legacy
Copy link

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.

2 participants