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

Method init_todos

dev-tools/scripts/releaseWizard.py:709–714  ·  view source on GitHub ↗
(self, groups)

Source from the content-addressed store, hash-verified

707 return states
708
709 def init_todos(self, groups):
710 self.todo_groups = groups
711 self.todos = {}
712 for g in self.todo_groups:
713 for t in g.get_todos():
714 self.todos[t.id] = t
715
716
717class TodoGroup(SecretYamlObject):

Callers 1

mainFunction · 0.95

Calls 1

get_todosMethod · 0.80

Tested by

no test coverage detected