Searched refs:canVoteWithCount (Results 1 – 1 of 1) sorted by relevance
221 public boolean canVoteWithCount(int withVotes) { in canVoteWithCount() method in VoteResolver.Level440 if (withVotes == null || !level.canVoteWithCount(withVotes)) { in add()