MCPcopy Create free account
hub / github.com/apache/solr / num_applies

Method num_applies

dev-tools/scripts/releaseWizard.py:736–739  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

734 return sum(1 for x in self.todos if x.is_done() > 0)
735
736 def num_applies(self):
737 count = sum(1 for x in self.todos if x.applies(state.release_type))
738 # print("num_applies=%s" % count)
739 return count
740
741 def is_done(self):
742 # print("Done=%s, applies=%s" % (self.num_done(), self.num_applies()))

Callers 5

is_doneMethod · 0.95
get_titleMethod · 0.95
get_subtitleFunction · 0.80
generate_asciidocFunction · 0.80
mainFunction · 0.80

Calls 1

appliesMethod · 0.80

Tested by

no test coverage detected