MCPcopy
hub / github.com/initialcommit-com/git-sim / parse_all

Method parse_all

src/git_sim/git_sim_base_command.py:188–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 self.parse_commits(self.create_dark_commit(), i, circle)
187
188 def parse_all(self):
189 if self.all:
190 for branch in self.get_nonparent_branch_names():
191 self.parse_commits(self.get_commit(branch.name))
192
193 def show_intro(self):
194 if settings.animate and settings.show_intro:

Callers 6

constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80

Calls 3

parse_commitsMethod · 0.95
get_commitMethod · 0.95

Tested by

no test coverage detected